mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
continue work on file transfer.
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@6214 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
@ -120,7 +120,8 @@ public final class Spark {
|
||||
JFrame.setDefaultLookAndFeelDecorated(true);
|
||||
File skinDir = new File(Spark.getBinDirectory().getParent(), "xtra/skins").getAbsoluteFile();
|
||||
File defaultSkin = new File(skinDir, "crystal2themepack.zip");
|
||||
Skin theSkinToUse = SkinLookAndFeel.loadThemePack(defaultSkin.toURL());
|
||||
//Skin theSkinToUse = SkinLookAndFeel.loadThemePack(defaultSkin.toURL());
|
||||
Skin theSkinToUse = SkinLookAndFeel.loadThemePackDefinition(new File("c:\\craploa\\crystal\\skinlf-themepack.xml").toURL());
|
||||
SkinLookAndFeel.setSkin(theSkinToUse);
|
||||
|
||||
// finally set the Skin Look And Feel
|
||||
|
||||
Reference in New Issue
Block a user