white background for text fields

checkbox background restored (it looked weird with the white)
This commit is contained in:
Jindra Pet��k
2014-02-09 09:06:25 +01:00
parent 9f20bd9f8c
commit 6714669373
4 changed files with 4 additions and 4 deletions
@@ -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);