statusMsg.setText("Connect to JChat server...");
progresB.setValue(90);
if (admin.connect()) {
statusMsg.setText("Connect successful!");
progresB.setValue(100);
admin.show();
setVisible(false);
}
} else if (msObj instanceof ImplUserMobileServer) {
statusMsg.setText("Init UserGUI...");
progresB.setValue(80);