Theme Editor:

- added preview of buttons, checkboxes, radiobuttons, etc in various states (hover, pressed, focused, selected, disabled)
  (copied from `FlatComponentStateTest`)
- moved components preview panel from FlatThemePreview.jfd` to FlatThemePreviewAll.jfd`
- added tabs at top of preview area
This commit is contained in:
Karl Tauber
2021-09-05 10:55:51 +02:00
parent d508f339c1
commit 4795fe5687
10 changed files with 3801 additions and 1560 deletions

View File

@@ -1076,7 +1076,7 @@ public class FlatComponentStateTest
}
}
//---- class TestStateCheckBox --------------------------------------------
//---- class TestStateRadioButton -----------------------------------------
private static class TestStateRadioButton
extends JRadioButton