diff options
author | Bdale Garbee <bdale@gag.com> | 2011-08-24 01:38:58 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2011-08-24 01:38:58 -0600 |
commit | 4d94e8f9f807a0bbeab0cdead011e74eeca1d1b6 (patch) | |
tree | 1cf403c89bfdc979f7597d2fbf1e0dab75116afe /altosui/AltosUI.java | |
parent | 4b5369dc3da2fc8441eeacbf094537b0cf52240d (diff) | |
parent | 3b0a9a1c87390747492bfef435ac8e0829ec748f (diff) |
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
Diffstat (limited to 'altosui/AltosUI.java')
-rw-r--r-- | altosui/AltosUI.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/altosui/AltosUI.java b/altosui/AltosUI.java index 36c08882..27c41838 100644 --- a/altosui/AltosUI.java +++ b/altosui/AltosUI.java @@ -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(); |