CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2005
    Posts
    36

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

  2. #2
    Join Date
    Jun 2005
    Posts
    33

    Thumbs up 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!!!

  3. #3
    Join Date
    Jun 2005
    Posts
    36

    Thumbs up 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
  •  





Click Here to Expand Forum to Full Width

Featured