BF [ 1666591 ] Toolbar should not be floatable

This commit is contained in:
teo_sarca 2007-02-26 11:19:40 +00:00
parent 191def43cf
commit 0a5ce6b0a8
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ public final class APanel extends CPanel
northLayout.setAlignment(FlowLayout.LEFT);
toolBar.putClientProperty("JToolBar.isRollover", Boolean.TRUE);
toolBar.setBorderPainted(false);
toolBar.setFloatable(false); // teo_sarca, [ 1666591 ] Toolbar should not be floatable
northPanel.add(toolBar, null);
} // jbInit