Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Diem Tran   on May 04 In Java Category.

  
Question Answered By: Camille Garrett   on May 04

with the use of 2 methods:
1) (Frame).setUndecorated( true ) // must be called before the Frame
gets displayable, 4 example after the call to super() constructor.
2) (Frame).setExtendedState( Frame.MAXIMIZED_BOTH )

Share: 

 
 
Didn't find what you were looking for? Find more on fullscreen window with java command Or get search suggestion and latest updates.


Tagged: