setDefaultLookAndFeelDecorated « JFrame « Java Swing Q&A





1. JFrame.setDefaultLookAndFeelDecorated(true);    stackoverflow.com

when i use setDefaultLookAndFeelDecorated(true) method in Java why is the Frame appear FullScreen when i maximize the Frame ? and how can i disaple the FullScreen mode in this method ?