i want to fullscreen window in java with command what command needfor this?
with the use of 2 methods:1) (Frame).setUndecorated( true ) // must be called before the Framegets displayable, 4 example after the call to super() constructor.2) (Frame).setExtendedState( Frame.MAXIMIZED_BOTH )