pro_java thread: Question on reading data from a textbox..
Hi to all, I have a question. I have a textbox on a applet and I want to get the value from that textbox when I enter something in it and store it in another variable. This is my code that I'm using String text = txtTextBoxName.getText(); When I run it and enter something in the textbox. Its always NULL. It does get the value... Can someone please help me, and tell me what I'm doing wrong? Thanking you in advance.. GINO
|





