Package cn.edu.ynu.sei.liva.skin

Examples of cn.edu.ynu.sei.liva.skin.SkinLoader


    /**
     * 从本地文件夹载入皮肤
     */
    private void loadSkin()
    {
  skl = new SkinLoader();
  try
  {
      lrcShowPanelUI = new LrcShowPanelUI(shell);
      playListPanelUI = new PlayListPanelUI(shell);
      loadSkin(skl);
View Full Code Here

TOP

Related Classes of cn.edu.ynu.sei.liva.skin.SkinLoader

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.