Minor improvements to display of plugin JPanels on the MainFrame

cusax-fix
Alan Kelly 17 years ago
parent 56c5d922af
commit 1246772b96

@ -87,10 +87,10 @@ public class MainFrame
private final Map<PluginComponent, Component> nativePluginsTable =
new Hashtable<PluginComponent, Component>();
private final JPanel pluginPanelNorth = new JPanel();
private final JPanel pluginPanelSouth = new JPanel();
private final JPanel pluginPanelWest = new JPanel();
private final JPanel pluginPanelEast = new JPanel();
private final JPanel pluginPanelNorth = new TransparentPanel();
private final JPanel pluginPanelSouth = new TransparentPanel();
private final JPanel pluginPanelWest = new TransparentPanel();
private final JPanel pluginPanelEast = new TransparentPanel();
private ContactListPane contactListPanel;
@ -1374,6 +1374,7 @@ else if (container.equals(Container.CONTAINER_STATUS_BAR))
}
this.getContentPane().repaint();
this.getContentPane().validate();
}
/**

Loading…
Cancel
Save