mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 22:30:45 +00:00
white background for text fields
checkbox background restored (it looked weird with the white)
This commit is contained in:
@@ -99,6 +99,8 @@ public class View {
|
||||
UIManager.put("RibbonApplicationMenuPopupPanelUI", MyRibbonApplicationMenuPopupPanelUI.class.getName());
|
||||
UIManager.put("RibbonApplicationMenuButtonUI", MyRibbonApplicationMenuButtonUI.class.getName());
|
||||
UIManager.put("ProgressBarUI", MyProgressBarUI.class.getName());
|
||||
UIManager.put("TextField.background", Color.WHITE);
|
||||
UIManager.put("FormattedTextField.background", Color.WHITE);
|
||||
|
||||
FontPolicy pol = SubstanceLookAndFeel.getFontPolicy();
|
||||
final FontSet fs = pol.getFontSet("Substance", null);
|
||||
|
||||
Reference in New Issue
Block a user