Init student's Center,ChangePassword,MainWindow

This commit is contained in:
GGB
2022-06-12 01:38:54 +08:00
parent 090f1d9a7d
commit d22e064ddd
3 changed files with 31 additions and 14 deletions

View File

@@ -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();
}
}