实现所有界面与功能1.01

pull/6/head
陈映江 5 months ago committed by Gitea
parent e0d520e9f5
commit 3f518f99e6

@ -291,4 +291,8 @@ public class SelTestFrame extends JFrame {
}
return score;
}
private String getQuestion(String[] questions, int dex) {
return questions[dex];
}
}

Loading…
Cancel
Save