Translucent Processing Applet Window in Eclipse
in
Integration and Hardware
•
2 years ago
Hey there.
I've been trying to get this example
http://www.visualinformation.org/2009/09/25/transparent-application-window-in-processing/ to work on Eclipse, without any luck, unfortunately.
The error I get:
The error I get:
- java.lang.NullPointerException
- at com.trans.Transparent.init(Transparent.java:18)
- at sun.applet.AppletPanel.run(Unknown Source)
- at java.lang.Thread.run(Unknown Source)
- frame.removeNotify();
Any help, please?
1