With JDK1.2 - when trying to run JFC - Apps - I got the following error
message:
/java/demo/jfc/Notepad > java Notepad
uncaught exception: java.lang.Error: can't load
javax.swing.plaf.metal.MetalLookAndFeel
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 Notepad.main(Compiled Code)
At blackdown and in this List I havenīt found already a solution. With
normal apps jdk1.2 works as well as 1.1.
Though, I want to thank the porting team very much for the possibility
to code a cool language on a even cooler platform.
willi
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]