I m made Desktop App in netbeans platform in java.now wwhen i run my app it will open by default size of netbeans platform configuration.but i want full screen mode when i r
Use this code in constructor
setExtendedState(MAXIMIZED_BOTH);