Computer Science Canada

java Textbox

Author:  HeavenAgain [ Tue Nov 06, 2007 5:28 pm ]
Post subject:  java Textbox

how do you create a input textbox in a frame?
something looks like this
Posted Image, might have been reduced in size. Click Image to view fullscreen.
just the input box Rolling Eyes

Author:  Barbarrosa [ Tue Nov 06, 2007 11:34 pm ]
Post subject:  Re: java Textbox

JTextField blah = new JTextField();

Author:  Tony [ Wed Nov 07, 2007 12:08 am ]
Post subject:  Re: java Textbox

HeavenAgain @ Tue Nov 06, 2007 5:28 pm wrote:
how do you create a input textbox in a frame?

NetBeans! Wink

Author:  HeavenAgain [ Wed Nov 07, 2007 10:00 am ]
Post subject:  Re: java Textbox

Barbarrosa @ Wed Nov 07, 2007 12:34 am wrote:
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


: