Top "Look-and-feel" questions

Questions about the Look and Feel (LaF) of applications with a graphical user interface (GUI).

How can I get a Look & Feel like Intellij Idea in a Swing application?

As a popular IDE for Java application, Intellij IDEA's look and feel is very beautiful in my opinion. How did …

java swing intellij-idea look-and-feel
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
Customizing JTextField

I would like to know how to customize the ui of a jtextfield so I could create rounded rectangular border …

java swing user-interface look-and-feel
Custom design for Close/Minimize buttons on JFrame

I would like to apply my own close and minimize buttons. Is there any way to change the JFrame design?

java swing jframe look-and-feel windowlistener
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
How to make a swing application have dark nimbus theme netbeans

So I am new to Netbeans and Swing GUI development in general and I am trying to change the Look …

java swing netbeans look-and-feel
Seaglass look and feel

I wrote a simple test class to test the features of seaglass look and feel http://seaglass.googlecode.com/ and …

java swing look-and-feel nimbus