Whenever I try to run any of the demos in demo/jfc/*, such as SwingSet, I
get the following error:

Error loading L&F: java.lang.IllegalArgumentException: Raster
IntegerInterleavedRaster: width = 64 height = 64 #Bands = 3 #DataElements
1 xOff = 0 yOff = 0 dataOffset[0] 0 is incompatible with ColorModel
DirectColorModel: rmask=ff0000 gmask=ff00 bmask=ff amask=0
Exception in thread "main" java.lang.NullPointerException
        at java.util.Hashtable.get(Compiled Code)
        at javax.swing.UIDefaults.get(Compiled Code)
        at javax.swing.MultiUIDefaults.get(Compiled Code)
        at javax.swing.UIDefaults.getUIClass(Compiled Code)
        at javax.swing.UIDefaults.getUI(Compiled Code)
        at javax.swing.UIManager.getUI(Compiled Code)
        at javax.swing.JPanel.updateUI(Compiled Code)
        at javax.swing.JPanel.<init>(Compiled Code)
        at javax.swing.JPanel.<init>(Compiled Code)
        at javax.swing.JRootPane.createGlassPane(Compiled Code)
        at javax.swing.JRootPane.<init>(Compiled Code)
        at javax.swing.JFrame.createRootPane(Compiled Code)
        at javax.swing.JFrame.frameInit(Compiled Code)
        at javax.swing.JFrame.<init>(Compiled Code)
        at SwingSet.main(Compiled Code)

Has anyone seen this?  Does anyone know how to fix this?

Thanks,
-Stephen
[EMAIL PROTECTED]



----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to