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...
