method <init>(FFFF)V not found
Hello:
My latest applet written very much as some 400 other applets of mine fails in IE 5.5 (Win98) with the following message in the Java Console:
java.lang.NoSuchMethodError: java/awt/Color: method <init>(FFFF)V not found
at VennCanvas.<init>
at Venn.init
at com/ms/applet/AppletPanel.securedCall0
at com/ms/applet/AppletPanel.securedCall
at com/ms/applet/AppletPanel.processSentEvent
at com/ms/applet/AppletPanel.processSentEvent
at com/ms/applet/AppletPanel.run
at java/lang/Thread.run
It does run in Netscape 7.1 (Win98) and IE 6.0 (Windows XP).
One difference between this applet and the others I wrote is that now, for the first time, I used Graphics2D and explicitly the alpha parameter when defining colors.
Thank you,
Alexander Bogomolny

