X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=altosuilib%2FAltosFlashUI.java;fp=altosuilib%2FAltosFlashUI.java;h=33fdb6887238f8e530a71f7954a7d6b068fb54ba;hp=fd84f921c5d75a5fb0249133321ad0ffd98af247;hb=ffbd99545ca0462161c24e0ed86978544f2c28f6;hpb=521dc6dbf9aa5f7aad7829cd98a815031725ac24 diff --git a/altosuilib/AltosFlashUI.java b/altosuilib/AltosFlashUI.java index fd84f921..33fdb688 100644 --- a/altosuilib/AltosFlashUI.java +++ b/altosuilib/AltosFlashUI.java @@ -131,7 +131,7 @@ public class AltosFlashUI Insets il = new Insets(4,4,4,4); Insets ir = new Insets(4,4,4,4); - pane = getContentPane(); + pane = getScrollablePane(); pane.setLayout(new GridBagLayout()); c = new GridBagConstraints(); @@ -637,7 +637,7 @@ public class AltosFlashUI super(in_owner, "Open Flash Target Device", true); owner = in_owner; - Container pane = getContentPane(); + Container pane = getScrollablePane(); GridBagConstraints c = new GridBagConstraints(); Insets i = new Insets(4,4,4,4);