Package cn.edu.ynu.sei.liva.lrcShow.ui

Examples of cn.edu.ynu.sei.liva.lrcShow.ui.LrcShowPanelUI


    private void loadSkin()
    {
  skl = new SkinLoader();
  try
  {
      lrcShowPanelUI = new LrcShowPanelUI(shell);
      playListPanelUI = new PlayListPanelUI(shell);
      loadSkin(skl);
      lrcShowPanelUI.setImage(lrcShowPanelIm);
      lrcShowPanelUI.setLocation(playerRec.x, playerRec.y
        - lrcShowPanelIm.getBounds().height);
View Full Code Here

TOP

Related Classes of cn.edu.ynu.sei.liva.lrcShow.ui.LrcShowPanelUI

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.