altosuilib: Make dialogs mostly scrollable
[fw/altos] / altosuilib / AltosRomconfigUI.java
index f2c038a9afaae9d3c7f314f037985a5a4a48fd61..44d3a9f8a685687212aee908c7cbf1a94daadfe4 100644 (file)
@@ -51,7 +51,7 @@ public class AltosRomconfigUI
                Insets il = new Insets(4,4,4,4);
                Insets ir = new Insets(4,4,4,4);
 
-               pane = getContentPane();
+               pane = getScrollablePane();
                pane.setLayout(new GridBagLayout());
 
                int y = 0;