DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   Java (http://www.daniweb.com/forums/forum9.html)
-   -   full screen applet in java (http://www.daniweb.com/forums/thread7140.html)

teritori Jun 17th, 2004 6:06 am
full screen applet in java
 
hi everyone.I'm a beginner in java and i'm trying to create a full screen applet without any success.Any help will be appreciated. :D

gusano79 Jun 17th, 2004 2:55 pm
Re: full screen applet in java
 
java.awt.GraphicsEnvironment has what you need:

GraphicsEnvironment.getLocalGraphicsEnvironment().getDefaultScreenDevice().setFullScreenWindow(<your_application_frame_here>);

Setting an application full-screen can be extremely annoying; make sure you're doing it for the right reasons.

teritori Jun 18th, 2004 4:34 am
Re: full screen applet in java
 
:mrgreen: Thanks a lot gusano79.I got my full screen window and U were rite its a bit annoying but atleast i have sumthing to work with.U were a great help.Chao

Mr.UNOwen Jun 15th, 2007 10:43 pm
Re: full screen applet in java
 
Hey is there a way to get it so that the applet covers the whole screen and there's no minimize button or anything at the top. In other words the applet covers the screen corner to corner.

jwenting Jun 16th, 2007 12:39 am
Re: full screen applet in java
 
The answer is written just a few lines up. And don't reopen ancient threads, especially ones that have been completed.


All times are GMT -4. The time now is 1:22 am.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC