Split pane divider positions of table panel and tournament panel are saved and restored now.

This commit is contained in:
LevelX2 2013-07-19 14:04:59 +02:00
parent f5f7b0d3ea
commit 41034ccdd8
8 changed files with 297 additions and 187 deletions

View file

@ -52,8 +52,9 @@ public abstract class MagePane extends javax.swing.JInternalFrame {
}
private void hideTitle() {
if (ui instanceof BasicInternalFrameUI)
if (ui instanceof BasicInternalFrameUI) {
((BasicInternalFrameUI) ui).setNorthPane(null);
}
}
@Override