|
|
|
@ -38,8 +38,6 @@ public class TreeInserterDialog extends EvoDialog
|
|
|
|
|
|
|
|
|
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
|
|
|
|
|
|
|
private static final Dimension DIALOG_DEFAULT_DIMENSIONS = new Dimension( 800, 500 );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private static final String ICON_NAME_ADD = "leaf/ui/icons/add.png";
|
|
|
|
private static final String ICON_NAME_ADD = "leaf/ui/icons/add.png";
|
|
|
|
|
|
|
|
|
|
|
|
private static final String ICON_NAME_REM = "leaf/ui/icons/rem.png";
|
|
|
|
private static final String ICON_NAME_REM = "leaf/ui/icons/rem.png";
|
|
|
|
@ -96,13 +94,7 @@ public class TreeInserterDialog extends EvoDialog
|
|
|
|
startupListeners();
|
|
|
|
startupListeners();
|
|
|
|
loadExpansionState();
|
|
|
|
loadExpansionState();
|
|
|
|
setEnabled();
|
|
|
|
setEnabled();
|
|
|
|
|
|
|
|
maximize();
|
|
|
|
|
|
|
|
|
|
|
|
final Rectangle rect = GraphicsEnvironment.getLocalGraphicsEnvironment().getMaximumWindowBounds();
|
|
|
|
|
|
|
|
this.setSize( rect.width, rect.height );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// this.setSize( DIALOG_DEFAULT_DIMENSIONS );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.setModal( true );
|
|
|
|
this.setModal( true );
|
|
|
|
this.setVisible( true );
|
|
|
|
this.setVisible( true );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|