altosui: Use system look&feel
[fw/altos] / altosui / AltosUI.java
index 36c08882413fe61b1907d96f654e3769b617a7ab..27c41838e12ea15189d50bf65d4501f2619d9ddb 100644 (file)
@@ -508,6 +508,10 @@ public class AltosUI extends JFrame {
        }
        
        public static void main(final String[] args) {
+               try {
+                       UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
+               } catch (Exception e) {
+               }
                /* Handle batch-mode */
                if (args.length == 0) {
                        AltosUI altosui = new AltosUI();