I set my DefaultColorDepth in my XF86Config file to 16. It did not have
a valuefoe it.  I did this because the
system was complaining that it could not load the colormap. Setting the
DefaultColorDepth solved
this problem. But it caused my application to die during start up with
the following exception.

How can I resolve this new problem?

Thanks

Al

Exception in thread "main" java.lang.Error: can't load
javax.swing.plaf.metal.MetalLookAndFeel
 at javax.swing.UIManager.initializeDefaultLAF(Compiled Code)
 at javax.swing.UIManager.initialize(Compiled Code)
 at javax.swing.UIManager.maybeInitialize(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 PrintFrame.<init>(Compiled Code)
 at TwinkleTwinkleLittleStar.<init>(Compiled Code)
 at TwinkleTwinkleLittleStar.main(Compiled Code


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

Reply via email to