Setting JTextField width within S1 Studio GUI
Hello,
I'm reasonably new to Sun One Studio, but not to J2SE. I'm using the GUI editting tools to build my Swing applet in the hopes that it would be faster than typing all of those GridBagLayout constraints by hand.
If I were declaring my components manually, this would not be difficult. However, because I used the GUI I can't seem to find a way to limit the width of my JTextFields. For example, I have a component "customer name" that I want to limit to 25 characters. If done manually, the syntax would be something likeJTextField customerName = new JTextField(25);.
There's got to be a way to do this - I can't believe I'd have to leave customer name unlimited.
Please forgive my naivete regarding this IDE and give me a hand. By the way, other than the tutorial, which teaches you how to build a servlet, and the getting started guide, which teaches you how to install the IDE, are there books out there on how to use Sun One Studio version 4 update 1?

