Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: How to maximize a JFrame Form?

  1. #1
    Junior Member
    Join Date
    Jul 2012
    Posts
    6
    My Mood
    Cheerful
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Smile How to maximize a JFrame Form?

    Hello friends..
    Posting for the first time since i am really an amateur to java.
    What i am trying to do is making a GUI based Application in Netbeans.
    I have a JFrame form in my application. Now i need to open this JFrame Form into full screen and maximized(obviouslyd different systems have different resolutions. So how to get to open my application in fullscreen on any machine??)

    Also I Would like to ask about how to put up a picture in a JPanel. I have a surface knowledge of the topic that you have to pass the image as an object but i really don't know how.
    Please help

    Thanks in Advance..
    And Thanks to all the members of the forum, You guys are doing a really Great Job helping out people with their problems.

    Regards.


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: How to maximize a JFrame Form?

    Duplicate: http://www.javaprogrammingforums.com...rame-form.html

    Please read the forum rules and do not duplicate threads. Locking

Similar Threads

  1. JFrame Minimize/Maximize Refresh Issues
    By bgroenks96 in forum What's Wrong With My Code?
    Replies: 11
    Last Post: June 18th, 2011, 07:55 PM
  2. connecting jframe to another jframe
    By ajtambalo in forum Member Introductions
    Replies: 2
    Last Post: May 11th, 2011, 11:24 AM
  3. [SOLVED] Add more components from JFrame Form
    By zecute in forum AWT / Java Swing
    Replies: 3
    Last Post: May 11th, 2011, 07:30 AM
  4. Open JFrame Form With Button
    By cardamis in forum AWT / Java Swing
    Replies: 2
    Last Post: April 12th, 2011, 03:18 AM
  5. Java Swing :Back Button from one form to another form
    By srinivasan_253642 in forum AWT / Java Swing
    Replies: 1
    Last Post: December 26th, 2009, 09:51 AM