Jonathan Greene wrote: > getting the following error: > > Exception in thread "main" java.lang.NoSuchMethodError > at > distantcord.jpluckx.ui.SplashScreen.<init>(SplashScreen.java:16) > at > distantcord.jpluckx.ui.SplashScreen.<init>(SplashScreen.java:26) > at distantcord.jpluckx.Main.main(Main.java:49) > > Running Mac OSX 10.2 with the developer preview of the java 1.4.1 JRE
This exception is generated from a call to java.awt.Dialog.setUndecorated() which is a JDK 1.4-specific method. Apparently this is not yet implemented in the Mac OS X developer preview. Regards -Laurens _______________________________________________ plucker-list mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-list

