mirror of
https://github.com/FatttSnake/ClassroomInteraction.git
synced 2026-04-06 06:31:26 +08:00
Init student's Center,ChangePassword,Chat,MainWindow
This commit is contained in:
@@ -33,11 +33,13 @@ public class MainWindow{
|
||||
@Override
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
if(check()){
|
||||
LOGGER.info("new Center");
|
||||
new Center().start(stuNoText.getText());
|
||||
LOGGER.info("center.start");
|
||||
Center center = new Center(stuNoText.getText());
|
||||
center.start();
|
||||
frame.dispose();
|
||||
}
|
||||
else {
|
||||
JOptionPane.showMessageDialog(null,"密码错误");
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user