You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PAIR/src/main/java/com/ui/Panel.java

12 lines
372 B

package com.ui;
public enum Panel {
START, // 开始页面
LOGIN, // 登录页面
REGISTER, // 注册页面
INF_GEN, // 个人信息+生成题目页面
PASSWORDMODIFY, // 修改密码页面
QUIZ, // 答题页面
RESULT // 得分页面
}