|
-
July 22nd, 2005, 07:53 PM
#1
text fields/ text areas
Hi there.
I was wond'rin if it is possible to create a text field or text area with a size and boundary , applicable for all screens.
This line of command worked for my frame:
GraphicsEnvironment.getLocalGraphicsEnvironment().
getDefaultScreenDevice().setFullScreenWindow(frame);
However, my text field and text area, were in such a mess when I tried to run my program using different screen sizes.
thank you in advance...
-
July 26th, 2005, 07:21 AM
#2
Re: text fields/ text areas
Hi,
Hav a good idea in using various layout managers in java.
They might help u in different screen sizes.
Check this link
http://java.sun.com/docs/books/tutor...ut/visual.html
Happy coding!!!
-
July 26th, 2005, 08:23 PM
#3
Re: text fields/ text areas
gee...
thanks a lot.
and God Bless.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|