Tagged Questions

Nimbus is a polished cross-platform look and feel introduced in the Java SE 6 Update 10 (6u10) release of the Java plataform. Nimbus uses Java 2D vector graphics to draw the user interface, rather than static bitmaps, so the UI can be crisply rendered at any resolution.

learn more… | top users | synonyms

7
votes
2answers
76 views

Is a certain Look and Feel guaranteed to be available?

From what I've found out, the Nimbus Look and Feel was introduced in Java 6 Update 10. I have project where I use that Look and Feel. Is there any situation where, the user has a Java VM newer than ...
6
votes
4answers
4k views

Java Nimbus LAF with transparent text fields

I have an application that uses disabled JTextFields in several places which are intended to be transparent - allowing the background to show through instead of the text field's normal background. ...
5
votes
2answers
252 views

System look and feel layout on JFileChooser but with nimbus look and feel theme

The windows look and feel layout on JFileChooser is much better than other look and feels like nimbus. So I'm looking for a way to have the layout of a system look and feel but have nimbus or others ...
5
votes
2answers
306 views

JTable - Boolean Cell Type - Background

I'm using the Nimbus L&F with a JTable that has a boolean (checkbox) element as one of its columns. The issue I'm having is that the boolean column does not follow the natural row background ...
5
votes
2answers
468 views

Nimbus TableHeader was not highlighted as 'pressed'

The JTableHaeder has no 'pressed' highlighting by default. (Nimbus) NimbusDefaults says it has a default [Pressed] background painter. What should I do, to see this when i click on the TableHeader? ...
5
votes
5answers
553 views

Java: How do I override a method of a class dynamically (class is eventually NOT in classpath)?

How do I call a method of a class dynamically + conditionally? (Class is eventually not in classpath) Let's say, I need the class NimbusLookAndFeel, but on some systems it's not available (i.e. ...
4
votes
2answers
212 views

How do I use a default Nimbus color with UIManager?

I have a custom ListCellRenderer and would like to use the default Nimbus selection backround color. I can lookup the color with: Color selectionBackground = ...
4
votes
1answer
523 views

JTree Line Style and Nimbus

I am using the Nimbus look and feel. According to this link, you should be able to achieve 3 different line styles with your JTree: While using the following code: ...
4
votes
1answer
1k views

Designing simple cell renderer for Nimbus look and feel

I have a simple-ish cell renderer which is composed of a few JLabels (the renderer itself extends JPanel) and I'm trying to get it to render sensibly in the Nimbus look and feel. Basically what is ...
4
votes
6answers
1k views

Where is Java source code for various com.sun.* packages on Leopard?

I am working on my MacBook at home, running Leopard, with the latest JDK 1.6 from Apple installed. In IDE, I'd like to browse source code for com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel, but IDE ...
3
votes
2answers
83 views

Java Popup Button

Note: You may have to compile and run my example to fully understand my question. If this is not kosher, I apologize in advance. I am trying to create a Swing control that is based on a JToggleButton ...
3
votes
3answers
242 views

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 when using Nimbus Look and Feel? I follow Changing the Color Theme to change the color of components ...
3
votes
1answer
76 views

Nimbus L&F missing divider at JTabbedPane set to scroll

I am missing the blue horizontal divider between the tabs and the content in a Nimbus L&F TabbedPane set to SCROLL (other L&Fs (default & windows) provide those). As you can see the ...
3
votes
1answer
126 views

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 DefaultTableCellHeaderRenderer, but it look like this; is there any way to make them all look like ...
3
votes
1answer
392 views

Change colors for JProgressBar with nimbus?

does anyone know how to change the colors for JProgressBar when you use nimbus LookAndFeel?
3
votes
3answers
175 views

UIManager color at a JFileChooser

I'm using Nimbus Look and Feel, with only 3 changes at its colors: UIManager.put("nimbusSelection", new Color(164,164,164)); UIManager.put("nimbusSelectionBackground", new Color(214,217,223)); ...
3
votes
2answers
2k views

setOpaque() in java

Can anyone explain why Nimbius treats the setOpaque() differently than other java LaF's. Its breaking my code because components that are normally transparent no longer are. EDIT: The problem seems ...
3
votes
1answer
2k views

Table Cell renderer using Nimbus and Scala

I asked this question about a problem I was seing with a cell renderer using the Nimbus look and feel and the issue has turned out to be possibly to do with Scala. Basically I have a cell renderer ...
2
votes
3answers
66 views

How to override Nimbus button margins for a single button

I have created a text field component with an 'x' button inside that will clear the field's text. It works great when using Window's system look and feel (for Windows), however I am having problems ...
2
votes
1answer
66 views

How to draw a JPanel as a Nimbus JButton?

In Nimbus look and feel JButtons have a very tidy and accurate look, with rounded border and nice background. I'd like to render a JPanel with the very same look (obviously it won't have pressed ...
2
votes
2answers
70 views

JButton margins. Not respected when nimbus plaf

The property margin of a JButton isn't respected when the nimbus look and feel is installed. . I need some "little" buttons, but nimbus forces the space around button text to be large, so I only get ...
2
votes
1answer
109 views

Is it possible to change the background of a jspinner using the nimbus laf?

I'm fairly confident that I have done my research before coming to you for help, but it's possible I have overlooked something. I'm writing a java UI using the Nimbus l-a-f. I wish to change the ...
2
votes
2answers
146 views

JTabbedPane: avoid automatic re-ordering tabs if stacked / Nimbus

a JTabbedPane is just what I need for my purpose. I have very limited horizontal space, so my Tabs get stacked, which is perfectly ok. But the default behaviour is that if user clicks on a Tab, the ...
2
votes
1answer
187 views

nimbus look and feel not appear after creating jar

nimbus look and feel not appear after creating jar when i run program in NetBeans at time Nimbus look & Feel work perfectly but when i create Jar and run Application from jar at time nimbus look ...
2
votes
3answers
274 views

Render TableCell with JComboBox and selection background

I have a requirement to render selected/focused cells in JTable with a JComboBox if the column in question uses combo as editor. The intent of this is to give hint to users that cells in the column is ...
2
votes
1answer
452 views

Override Swing Nimbus L&F primary color per component instance

i’m trying to override the “nimbusBase” color for specific instance of JButton/JTabbedPane with no luck. only the specific attributes of the component e.g. “Button.background”, are working. ...
2
votes
1answer
322 views

Change JComboBox colours WITHOUT renderer

I can change the ComboBox background color using: UIManager.put("ComboBox.background", Color.RED); and it works. But to change the [selected].background, having a look at Nimbus Defaults the ...
2
votes
1answer
558 views

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 the row number). Now, I'm writing some custom cell renderer ...
2
votes
1answer
702 views

Seaglass look and feel

I wrote a simple test class to test the features of seaglass look and feel http://seaglass.googlecode.com/ and I am getting an exception of 'nimbus class not found'. import java.awt.*; import ...
2
votes
1answer
201 views

Mixing look and feel

So far I have this public static void main(String[] args) { try { UIManager.setLookAndFeel("com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel"); ...
2
votes
1answer
724 views

Tool to graphically customize the Nimbus look and feel

I am looking for a tool that I used a few months ago, but I am not able to remember the name. This is a graphical tool for customizing the Nimbus Swing look and feel. On the right side of the window, ...
2
votes
5answers
3k views

Set the Background Color for JTabbedPane

I am using Nimbus Look and feel. I needs to change the Background color and foreground color of the tab in JTabbedPane but the color doesn't set in JTabbedPane. I tried setForeground(), ...
2
votes
1answer
2k views

JTabbedPane: icon on left side of tabs

hello i am using the nimbus look-and-feel and have a tabbedpane with an icon and text. now the icon appears on the right side of the text, while i would like to have it on the left side. also i would ...
2
votes
5answers
3k views

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 Font(Font.SANS_SERIF, 0, 16)); ...works only for the menu but nothing ...
2
votes
2answers
1k views

Java Swing: How can you alter the margins in Nimbus Look and Feel

I'm trying to use Nimbus Look and Feel and I can't simply plug it in to replace other Look and feel because it adds some external padding around each component. So, I would like to remove this ...
1
vote
1answer
63 views

Is there a way to have the Nimbus Look&Feel render its own windows decorations for a top level JFrame?

Is there a way to have the Nimbus Look&Feel render its own windows decorations for a top level JFrame? I've been digging through the Internet, and I'm starting to suspect it might not be possible ...
1
vote
1answer
64 views

Nimbus L & F: Setting different background colors of a Check-Boxes in a CheckBox List

I had a list of check-boxes and I want to set different colors on each check-box. Following code does not change the background color checkBox[i] = new JCheckBox(); checkBox[i].setEnabled(false); ...
1
vote
1answer
58 views

Linux - Nimbus LookAndFeel : Table Grid Lines are not coming

In my java application I am using NimBusLookAndFeel. I was trying to show grid lines in table. Following code works perfectly fine on windows but not on Linux (table grid lines do not appear in ...
1
vote
1answer
86 views

With Nimbus laf, my JOptionPane doesn't get focus when called from a combobox ItemEvent

hope you can help. I'm hoping this isn't just a bug and that we can solve it. I currently have a Java program with a JComboBox. When the user changes the selected item in the combo box a JOptionPane ...
1
vote
2answers
82 views

Fix JComboBox width

I have a JComboBox with some options. When I make a selection at another component, I'm changing JComboBox contents. First I call the removeAllItems() method, and then I add one by one the Strings I ...
1
vote
2answers
278 views

JFrame and Nimbus Look And Feel

I use Nimbus Look and Feel in a project. However, although every GUI JComponent have a Look and Feel of Nimbus, JFrame always have Windows Look and Feel. How can JFrame have Nimbus Look And Feel? ...
1
vote
1answer
144 views

swing nimbus ShadowEffect

I use Nimbus look and feel in my swing applications and it's pretty cool. I noticed that it is a "pure" look and feel: it "skins" components, but does not add new graphical elements. I wonder if ...
1
vote
1answer
739 views

JButton background on Nimbus LAF

I use Nimbus LAF and I want to change the background of a simple JButton. JButton jbutton = new JButton("test"); jbutton.setBackground(Color.BLACK); But it doesn't work, when I change the look and ...
1
vote
1answer
234 views

overrides nimbus properties

I'm trying to overrides some of the nimbus properties for JLabel. UIDefaults labelDefault = new UIDefaults(); labelDefault.put("Label.font", new FontUIResource("Arial", Font.PLAIN, 14)); ...
1
vote
1answer
315 views

Nimbus changing color of the title of a tab

I would like to change the color from my tabs title. I tried to set different properties, but nothing is changing. In my main I set the property text to white so all text is white. Now I would like ...
1
vote
1answer
380 views

JPanel and TitledBorder UI properties with Nimbus

I would like to change the default Nimbus TitledBorder L&F, to a simple blue rounded titled border. The title should also be blue. I could make it, but the problem is that i would like to apply ...
1
vote
1answer
334 views

JTabbedPane tab height with nimbus

I would like the change the height tab's tabbedpane, and to do so I tried several method without any success. First I tried with a spacer icon, the height is good, but the text of the tab is not ...
1
vote
2answers
126 views

How to debug needless repainting occurring within Swing

I'm having some strange issues with repainting going on in a Swing app I'm developing. I'm finding that when I set the text of a certain component (it's just a status bar text label along the very ...
1
vote
1answer
325 views

Returning GUI back after Nimbus setting

New to java and have a problem I cannot seem to fix no matter what I do, so any help will be greatly appreciated. I have a little application in Java and have integrated a pop up calendar (WWW) ...
1
vote
3answers
195 views

how to choose a jre on runtime?

i have a Swing app and i want to run it with Nimbus look'n'feel. I have the last update for the JRE and I know how to setup my app to use Nimbus look'n'feel using UIManager class, but I want my app to ...

1 2