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 3 of 3

Thread: DisplayMode with highest possible resolution issue

  1. #1
    Junior Member
    Join Date
    Jan 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default DisplayMode with highest possible resolution issue

    Hello, I have an issue in my project. Using a JFrame with DisplayMode works unless I use my screen resolution as DisplayMode parameters (1366x768) - the screen is full black.


    To clarify, when I use ANY other parameters (even higher than my resolution), it works and I have a screenwide white area.


  2. #2
    Senior Member PhHein's Avatar
    Join Date
    Mar 2013
    Location
    Germany
    Posts
    609
    My Mood
    Sleepy
    Thanks
    10
    Thanked 93 Times in 86 Posts

    Default Re: DisplayMode with highest possible resolution issue

    Hi, what happens if you use
     yourJFrame.setState(JFrame.MAXIMIZED_BOTH);

  3. #3
    Junior Member
    Join Date
    Jan 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: DisplayMode with highest possible resolution issue

    nothing happens

Similar Threads

  1. Set the Screen Resolution in JSP
    By kalaicse30@gmail.com in forum What's Wrong With My Code?
    Replies: 1
    Last Post: October 29th, 2013, 07:59 AM
  2. Creating a low-resolution of the night sky (...help?)
    By Wwong3333 in forum What's Wrong With My Code?
    Replies: 0
    Last Post: November 19th, 2012, 03:20 PM
  3. Adjusting Screen Resolution
    By aussiemcgr in forum Java Theory & Questions
    Replies: 2
    Last Post: April 22nd, 2011, 08:11 PM
  4. Screen Resolution
    By bartonn in forum Member Introductions
    Replies: 2
    Last Post: December 16th, 2010, 06:49 AM
  5. DNS Resolution
    By nim.izadi in forum Java Theory & Questions
    Replies: 0
    Last Post: November 6th, 2010, 02:25 PM