
-----------------------------------
HeavenAgain
Tue Nov 06, 2007 5:28 pm

java Textbox
-----------------------------------
how do you create a input textbox in a frame?
something looks like this 
http://www.cwrl.utexas.edu/files/tables_dialog2.jpg
just the input box  :roll:

-----------------------------------
Barbarrosa
Tue Nov 06, 2007 11:34 pm

Re: java Textbox
-----------------------------------
JTextField blah = new JTextField();

-----------------------------------
Tony
Wed Nov 07, 2007 12:08 am

Re: java Textbox
-----------------------------------
how do you create a input textbox in a frame?
[url=http://weblogs.java.net/blog/claudio/archive/nb-layouts.html]NetBeans! ;)

-----------------------------------
HeavenAgain
Wed Nov 07, 2007 10:00 am

Re: java Textbox
-----------------------------------
JTextField blah = new JTextField();
then would blah holds the String of what you typed in that textfield?

NetBeans Im not very familiar with, so Ill stick with just code this time
