diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2024-07-21 02:52:14 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2024-07-21 02:52:14 -0400 |
commit | 1f8ab609d32d8c2cd2db9e7a643a2f9c51738611 (patch) | |
tree | 4f3f5ec823e01988d54a73456c1ce0f9055c11ef /src/main/java/net/sowgro/npehero/gui/LeaderboardView.java | |
parent | a2b9e7822ccb32061a97de0bcbf400ea28e94d45 (diff) | |
download | NPEhero-1f8ab609d32d8c2cd2db9e7a643a2f9c51738611.tar.gz NPEhero-1f8ab609d32d8c2cd2db9e7a643a2f9c51738611.tar.bz2 NPEhero-1f8ab609d32d8c2cd2db9e7a643a2f9c51738611.zip |
New json api and more refactoring
Diffstat (limited to 'src/main/java/net/sowgro/npehero/gui/LeaderboardView.java')
-rwxr-xr-x | src/main/java/net/sowgro/npehero/gui/LeaderboardView.java | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/main/java/net/sowgro/npehero/gui/LeaderboardView.java b/src/main/java/net/sowgro/npehero/gui/LeaderboardView.java index 4741823..c769264 100755 --- a/src/main/java/net/sowgro/npehero/gui/LeaderboardView.java +++ b/src/main/java/net/sowgro/npehero/gui/LeaderboardView.java @@ -17,11 +17,7 @@ import net.sowgro.npehero.main.Sound; public class LeaderboardView extends Pane { - /* - * this class is a layout class, most of its purpose is to place UI elements like Buttons within Panes like VBoxes. - * the creation of these UI elements are mostly not commented due to their repetitive and self explanatory nature. - * style classes are defined in the style.css file. - */ + public LeaderboardView(Level level, Difficulty diff, Pane prev) { //sets up table view: requires java bean getters, setters and constructors to work |