Top "Uimanager" questions

UIManager manages the current look and feel and its defaults.

Setting the Default Font of Swing Program

I was wondering how to set the default font for my entire Java swing program. From my research it appears …

java swing fonts uimanager
How to set jframe look and feel

I am kind of confused on where to put this : try { UIManager.setLookAndFeel(UIManager.getCrossPlatformLookAndFeelClassName()); UIManager.setLookAndFeel("com.sun.java.…

java swing jframe look-and-feel uimanager
List of Java Swing UI properties?

There seem to be a ton of UI properties that can be set with UIManager.put("key", value); Is there …

java swing user-interface documentation uimanager
Changing the background color of a selected JToggleButton

I am trying to change the color of a JToggleButton when it has been selected in a reliable, look and …

java swing custom-component uimanager jtogglebutton
Swing UIManager.getColor() keys

Is there a list somewhere of the UIManager.getColor() keys for Swing? I can't seem to find it online, just …

java swing colors uimanager
How to change the default font size of Java swing components

When doing Java JFrame design, I need to edit the font size and font type manually each time drag and …

java swing fonts awt uimanager
JProgressBar Changing Bar Color dynamically

I am using JProgressBar component along with the Nimbus UI Defaults. The problem is that When I want to manually …

java swing jprogressbar nimbus uimanager
Undecorated JDialog border

I have a question regarding the border around an undecorated JDialog using the Metal L&F. Look at this …

java swing border jdialog uimanager
How to change the background color for JPanels with Nimbus Look and Feel?

I want to use a different background color for all my JPanels in an application. How can I do that …

java swing colors nimbus uimanager
How to set all Java Swing GUI component backgrounds and foreground(fonts) colors at once?

I have tons of jbuttons, jtextfields, jlabels, jmenus, gui items and it is extremely time consuming to set the background …

java swing components look-and-feel uimanager