<<< Common properties for forms | Index | Common properties and methods for controls >>> |
Window decorations:
Icon and button Appearance
Look and feel
Default appearance and behavior of user interface
JFrame frame = new JFrame( "window caption goes here" ); frame.setDefaultLookAndFeelDecorated( true );
<<< Common properties for forms | Index | Common properties and methods for controls >>> |