altosui: Move product definitions from AltosUI to AltosLib
[fw/altos] / altosui / AltosUI.java
index 538f87348639a00195323db2e5ce987a8b777ce9..926d66f083a076c8634cbe4dc6e5a8db05542b46 100644 (file)
@@ -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) {