} catch (java.beans.PropertyVetoException e) {
}
}
protected void createManagementConsole() {
ManagementConsole frame = new ManagementConsole(this);
frame.setVisible(true);
s_desktop.add(frame);
try {
frame.setSelected(true);
} catch (java.beans.PropertyVetoException e) {
}
}