|
Advertisement
|
Forum posts by guy:1 page [ 1 ]
Posted in Java Answers Forum, Nov 22, 2002, 3:43 PM
wait.... i went back erased 2 lines of code and it worked sorta.. thanks again
Posted in Java Answers Forum, Nov 22, 2002, 3:41 PM
Well i dont really understand. I am in a java class where i have a teacher who doesnt know java... and all i do is copy programs out of a book and see if they work right. So i decided to try to make my own program. The problem is i havent been taught anything and i know relatively little about the language. I tried to fix it, but i think i just...
Posted in Java Answers Forum, Nov 21, 2002, 3:43 PM
Exception occurred during event dispatching:java.lang.NullPointerException: at EApplet.actionPerformed(EApplet.java:82) at java.awt.Button.processActionEvent(Button.java:308) at java.awt.Button.processEvent(Button.java:281) at java.awt.Component.dispatchEventImpl(Compiled Code) at java.awt.Component.dispatchEvent(Compiled Code) at...
Posted in Java Answers Forum, Nov 19, 2002, 4:09 PM
My Applet wont work. When i hit the buttons i get thisException occured during event dispatching:java.lang.NullPointerException:then a long list of errors i guess...this happens when i click the 2 buttons i made. i dont know why they dont work. Heres my codeimport java.awt.*;import java.awt.event.*;import java.applet.*;public class EApplet...
1 page [ 1 ]
|