altosuilib: Make dialogs mostly scrollable
[fw/altos] / altosui / AltosLaunchUI.java
index 875b786e7c77e6fdb295b26644b05f433ca3079a..6615063badd39bb12f5cb3594312e8a1aeb63e49 100644 (file)
@@ -393,7 +393,7 @@ public class AltosLaunchUI
                if (!open())
                        return;
 
-               Container               pane = getContentPane();
+               Container               pane = getScrollablePane();
                GridBagConstraints      c = new GridBagConstraints();
                Insets                  i = new Insets(4,4,4,4);
 
@@ -510,4 +510,4 @@ public class AltosLaunchUI
 
                setVisible(true);
        }
-}
\ No newline at end of file
+}