altosui/altoslib: Add call to …Preferences.init() with backend object, remove static...
[fw/altos] / altosui / AltosUI.java
index b5cbefe73a352ae78362c3d1c4679b5eef21a8c9..52b6b128c16bf411b7a3521d1aa2749ee6697c79 100644 (file)
@@ -98,6 +98,7 @@ public class AltosUI extends AltosFrame {
 
                load_library(null);
 
+               AltosUIPreferences.init(new AltosUIPreferencesBackend());
                AltosUIPreferences.set_component(this);
 
                pane = getContentPane();