📄 go.java
字号:
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.event.*;
class Go
{
static void goLogin()
{
LoginPane L = new LoginPane();
}
static void goNewS()
{
NewStudentPane a = new NewStudentPane();
}
static void goCheckS()
{
CheckStudentPane a = new CheckStudentPane();
}
static void goScoreP()
{
ScorePane a = new ScorePane();
}
static void goNewScoreP()
{
NewScorePane a = new NewScorePane();
}
//public static void main(String[] args) {
// TODO: Add your code here
//}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -