|
|
@ -100,6 +100,9 @@ public class UIResizableContainer extends JPanel { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void setDownPane(JComponent downPane) { |
|
|
|
public void setDownPane(JComponent downPane) { |
|
|
|
|
|
|
|
if (this.downPane != null){ |
|
|
|
|
|
|
|
return; |
|
|
|
|
|
|
|
} |
|
|
|
this.verticalToolPane = new VerticalToolPane(); |
|
|
|
this.verticalToolPane = new VerticalToolPane(); |
|
|
|
this.downPane = downPane; |
|
|
|
this.downPane = downPane; |
|
|
|
add(downPane); |
|
|
|
add(downPane); |
|
|
|