From: <fra...@us...> - 2011-09-18 21:53:56
|
Revision: 1157 http://jsynthlib.svn.sourceforge.net/jsynthlib/?rev=1157&view=rev Author: frankster Date: 2011-09-18 21:53:50 +0000 (Sun, 18 Sep 2011) Log Message: ----------- LookAndFeel defaults to "Nimbus". * changed the LookAndFeel preference to a string instead of an index into an array (which is a bit brittle) * If no look and feel preference is found, try and load "Nimbus". * If "Nimbus" is not found, no particular look and feel will be loaded - i.e. it will have the system default which is probably Metal. Modified Paths: -------------- trunk/JSynthLib/core/AppConfig.java trunk/JSynthLib/core/GeneralConfigPanel.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |