Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.gui > #1438

Re: Taskbar hides when Sw

Path csiph.com!x330-a1.tempe.blueboxinc.net!feeder1.hal-mli.net!news.glorb.com!news-out.readnews.com!transit3.readnews.com!news-out.news.tds.net!newsreading01.news.tds.net!86597e80!not-for-mail
From "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this>
Subject Re: Taskbar hides when Sw
Message-ID <708cee809c376@uwe> (permalink)
X-Comment-To comp.lang.java.gui
Newsgroups comp.lang.java.gui
In-Reply-To <1176306362.928077.52620@e65g2000hsc.googlegroups.com>
References <1176306362.928077.52620@e65g2000hsc.googlegroups.com>
Content-Type text/plain; charset=IBM437
Content-Transfer-Encoding 8bit
X-Gateway time.synchro.net [Synchronet 3.15a-Win32 NewsLink 1.92]
Lines 35
Date Wed, 27 Apr 2011 15:33:19 GMT
NNTP-Posting-Host 96.60.20.240
X-Complaints-To news@tds.net
X-Trace newsreading01.news.tds.net 1303918399 96.60.20.240 (Wed, 27 Apr 2011 10:33:19 CDT)
NNTP-Posting-Date Wed, 27 Apr 2011 10:33:19 CDT
Organization TDS.net
Xref x330-a1.tempe.blueboxinc.net comp.lang.java.gui:1438

Show key headers only | View raw


  To: comp.lang.java.gui
Goofball wrote:
>When I maximize a JFrame that was created in the application, it hides
>the Windows taskbar. 

Really?  When I run this code on Windows, the 
taskbar appears over the top of the bottom part 
of the JFrame.

<sscce>
import java.awt.*;
import javax.swing.*;

class FullScreenFrame {
  public static void main(String[] args) {
    JFrame f = new JFrame("Big");
    f.setDefaultCloseOperation(
      JFrame.EXIT_ON_CLOSE);
    f.setExtendedState(Frame.MAXIMIZED_BOTH);
    f.setVisible(true);
  }
}
</sscce>

-- 
Andrew Thompson
http://www.athompson.info/andrew/

Message posted via JavaKB.com
http://www.javakb.com/Uwe/Forums.aspx/java-gui/200704/1

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

Back to comp.lang.java.gui | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Taskbar hides when Swing "Goofball" <goofball@THRWHITE.remove-dii-this> - 2011-04-27 15:33 +0000
  Re: Taskbar hides when Sw "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> - 2011-04-27 15:33 +0000
  Re: Taskbar hides when Sw "Real Gagnon" <real.gagnon@THRWHITE.remove-dii-this> - 2011-04-27 15:33 +0000

csiph-web