full screen applet in java

Reply

Join Date: Jun 2004
Posts: 11
Reputation: teritori is an unknown quantity at this point 
Solved Threads: 0
teritori teritori is offline Offline
Newbie Poster

full screen applet in java

 
0
  #1
Jun 17th, 2004
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.
Reply With Quote Quick reply to this message  
Join Date: May 2004
Posts: 72
Reputation: gusano79 is on a distinguished road 
Solved Threads: 5
gusano79 gusano79 is offline Offline
Junior Poster in Training

Re: full screen applet in java

 
0
  #2
Jun 17th, 2004
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.
Reply With Quote Quick reply to this message  
Join Date: Jun 2004
Posts: 11
Reputation: teritori is an unknown quantity at this point 
Solved Threads: 0
teritori teritori is offline Offline
Newbie Poster

Re: full screen applet in java

 
0
  #3
Jun 18th, 2004
: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
Reply With Quote Quick reply to this message  
Join Date: Oct 2006
Posts: 116
Reputation: Mr.UNOwen is an unknown quantity at this point 
Solved Threads: 0
Mr.UNOwen Mr.UNOwen is offline Offline
Junior Poster

Re: full screen applet in java

 
0
  #4
Jun 15th, 2007
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.
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 6,144
Reputation: jwenting is just really nice jwenting is just really nice jwenting is just really nice jwenting is just really nice 
Solved Threads: 212
Team Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: full screen applet in java

 
0
  #5
Jun 16th, 2007
The answer is written just a few lines up. And don't reopen ancient threads, especially ones that have been completed.
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Java Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC