解决再做一份跳转错误 #6

Merged
p95fco63j merged 1 commits from junmao_branch into develop 3 months ago

@ -87,7 +87,7 @@ public class QuizPanel extends JPanel {
add(retry);
add(exit);
retry.addActionListener(e -> controller.showLoginPanel());
retry.addActionListener(e -> controller.showDifficultySelectionPanel());
exit.addActionListener(e -> System.exit(0));
revalidate();

Loading…
Cancel
Save