Package cn.edu.ynu.sei.liva.playList

Examples of cn.edu.ynu.sei.liva.playList.PlayListPanelUI


    {
  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.playList.PlayListPanelUI

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.