Top "Nimbus" questions

Nimbus is a polished cross-platform look and feel introduced in the Java SE 6 Update 10 (6u10) release of the Java platform.

setOpaque() in java

Can anyone explain why Nimbius treats the setOpaque() differently than other java LaF's. Its breaking my code because components that …

java swing look-and-feel nimbus
Java: Altering UI fonts (Nimbus) doesn't work!

I'm referring to this Nimbus reference. I tried to set global Font to be slightly larger: UIManager.put("defaultFont", new …

java swing user-interface fonts nimbus
Nimbus L&F - Change Background color of Progress Bar

i'm developing a little GUI application with Java using Netbeans Editor. I've put in a JFrame a simple Progress Bar. …

java swing colors jprogressbar nimbus
Setting text background color?

How can I set text background color in JOptionPane? Image: UIManager UI = new UIManager(); UI.put("OptionPane.background", Color.white); …

java swing jtextfield look-and-feel nimbus
How to center content of JTable Headers at Nimbus Look and Feel

How can i center the content of JTable Header which has a nimbus look and feel? I tried to use …

java swing jtable nimbus jtableheader
Apache Storm could not find leader nimbus from seed hosts

I have installed Apache-Storm using docker compose docker-compose.yml: kafka: image: spotify/kafka ports: - "9092:9092" - "2181:2181" environment: ADVERTISED_HOST: 172.16.8.37 ADVERTISED_…

apache-storm apache-zookeeper nimbus
Change colors for JProgressBar with Nimbus?

does anyone know how to change the colors for JProgressBar when you use Nimbus LookAndFeel?

java swing colors jprogressbar nimbus
JTable TableCellRenderer background with NimbusLookAndFeel color problem

I'm using NimbusLookAndFeel. With this look and feel JTable's cell background are alternatively white and light grey (it depends on …

swing jtable look-and-feel tablecellrenderer nimbus
Can't transparent and undecorated JFrame in JDK7 when enabling nimbus

Look at this picture : here is the code that transparent's the frame: GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment(); GraphicsDevice gd = ge.getDefaultScreenDevice(); …

java swing java-7 nimbus translucency
Change Font globally for whole frame JAVA

im trying to change font globally for whole application, the problem is, i am able to do this only once. …

java swing fonts nimbus uimanager