Heng Sin Low 2014-08-20 23:26:36 +08:00
parent 739c51847a
commit fa3a9fa428
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ public abstract class TabbedDesktop extends AbstractDesktop {
infoPanel.setTitle(null);
preOpenNewTab();
windowContainer.addWindow(tabPanel, title, true);
infoPanel.focus();
} else {
FDialog.error(0, "NotValid");
}