When I try to apply the Joxy Look & Feel in my application I get the following NullPointerException:
java.lang.NullPointerException
at joxy.utils.Utils.stringToColorUI(Utils.java:419)
at joxy.utils.Utils.getKDEColorMap(Utils.java:136)
at joxy.JoxyLookAndFeel.initSystemColorDefaults(JoxyLookAndFeel.java:160)
at javax.swing.plaf.basic.BasicLookAndFeel.getDefaults(BasicLookAndFeel.java:146)
at joxy.JoxyLookAndFeel.getDefaults(JoxyLookAndFeel.java:73)
at javax.swing.UIManager.setLookAndFeel(UIManager.java:532)
This is with Java 1.7.0_03 and Kubuntu 12.04
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When I try to apply the Joxy Look & Feel in my application I get the following NullPointerException:
This is with Java 1.7.0_03 and Kubuntu 12.04
Hello Thomas,
I think this is the same bug as discussed here. Could you try the debug version of Joxy (see https://sourceforge.net/projects/joxy/files/Debug%20versions/) and see if the problem still persists?
For people reading this now: because of a little reorganization of our files, the debug version can now be found here.
Browse the Experimental folder for the latest debug version. You can of course also download and compile the source from Git.
Yes, that version (2012-06-13) works. Thanks