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