Skip to content

Commit

Permalink
AppChooser: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Nov 21, 2022
1 parent 5c67262 commit 26bba16
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/src/main/java/jme3utilities/nifty/test/AppChooser.java
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,8 @@ public void run() {
@Override
public void simpleUpdate(float tpf) {
super.simpleUpdate(tpf);
/*
* Update the status overlay.
*/

// Update the status overlay.
Button appNameButton = mainScreen.getButton("appName");
Class<?> mainClass = mainClasses[chosenAppIndex];
String appName = mainClass.getSimpleName();
Expand Down

0 comments on commit 26bba16

Please sign in to comment.