Disabled clear button until I figure out how to fix it lol
This commit is contained in:
parent
f0313d1cd9
commit
d53c104c4c
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ public class Window {
|
|||
sizeSlider.setValue(100);
|
||||
sizeSlider.setPreferredSize(new Dimension(100, 50));
|
||||
|
||||
clearButton.setEnabled(false);
|
||||
clearButton.setToolTipText("Clearing machine broke!");
|
||||
clearButton.setText("Clear");
|
||||
clearButton.setPreferredSize(new Dimension(100, 50));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue