From: Joe E. <jo...@em...> - 2005-06-09 00:16:42
|
Has anyone else noticed that only internal JFrames show the selected Look-and-Feel? The main desktop window looks like a plain native-OS window. So do all JDialog windows (like MidiMonitor, or PrefsDialog). In fact, in SDI mode, *all* windows and dialogs look like native-OS windows. This can be changed by putting| JFrame.setDefaultLookAndFeelDecorated(true); || JDialog.setDefaultLookAndFeelDecorated(true); somewhere before any of the frames are created (a good spot is probably in AppConfig.setLookAndFeel()). Is there any reason I shouldn't do this? Was the native-OS look for the main JSL window and the dialogs intentional? - Joe | |