예제 #1
0
 public RefreshCourse(
     Game game, String text, ImageIcon icon, TeacherConsoleDialog parentComponent) {
   super(game, text, icon);
   course = game.getCurrentCourse();
   this.parentComponent = parentComponent;
 }