Skip to content

Commit

Permalink
fin : menyelesaikan TP 04
Browse files Browse the repository at this point in the history
  • Loading branch information
Fadeeaal committed May 19, 2023
1 parent 33127e4 commit d850ed9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ public String getPageName(){
@Override
protected JButton[] createButtons() {
JButton nyuciButton = new JButton("It's nyuci time");
JButton checkButton = new JButton("Display List Nota");
JButton checkNotaButton = new JButton("Display List Nota");
return new JButton[]{
nyuciButton, checkButton
nyuciButton, checkNotaButton
};
}

Expand Down

0 comments on commit d850ed9

Please sign in to comment.