diff options
author | Keith Packard <keithp@keithp.com> | 2012-06-17 18:58:56 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-06-17 18:58:56 -0700 |
commit | 55747ce210d7d80d5b4fdaaf9dc7ee0f7bc8b0a3 (patch) | |
tree | d69ca8e3068bfd8fc6a338ddd2286870deb09dd6 /altosui/AltosUI.java | |
parent | e6d236fdc615625fbbf28377453f920729e49b0f (diff) |
altosui: Move product definitions from AltosUI to AltosLib
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosUI.java')
-rw-r--r-- | altosui/AltosUI.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/altosui/AltosUI.java b/altosui/AltosUI.java index 538f8734..926d66f0 100644 --- a/altosui/AltosUI.java +++ b/altosui/AltosUI.java @@ -538,6 +538,7 @@ public class AltosUI extends AltosFrame { } public static void main(final String[] args) { + load_library(null); try { UIManager.setLookAndFeel(AltosUIPreferences.look_and_feel()); } catch (Exception e) { |