Skip to content

Commit

Permalink
enabled scrollbar buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
fracpete committed Aug 25, 2024
1 parent 034f6d0 commit 48682ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/meka/gui/laf/FlatLookAndFeel.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

/*
* FlatLookAndFeel.java
* Copyright (C) 2020 University of Waikato, Hamilton, NZ
* Copyright (C) 2020-2024 University of Waikato, Hamilton, NZ
*/

package meka.gui.laf;
Expand Down Expand Up @@ -53,6 +53,7 @@ protected boolean doInstall() throws Exception {
FlatLightLaf.setup();
UIManager.put("Table.showHorizontalLines", true);
UIManager.put("Table.showVerticalLines", true);
UIManager.put("ScrollBar.showButtons", true);
return true;
}
}

0 comments on commit 48682ca

Please sign in to comment.