Questions tagged [look-and-feel]

Questions about the Look and Feel (LaF) of applications with a graphical user interface (GUI). This includes questions on how to achieve a certain appearance (such as the native OS style) or how to alter a component's behaviour.

Look-and-feel can refer to any visual user interface, including individual applications, the operating system itself, or web sites. The 'look' refers to the interface's style (colors, fonts, icons and even branding) and layout of components on the display. The 'feel' refers to how these components behave, especially to user input. This is also known as usability or accessibility.

See also:

Look and Feel - Wikipedia

How to Set the Look and Feel in Java

934 questions
0
votes
1 answer

can not set quaqua look and feel in java

Im facing the problem in setting the quaqua look and feel and getting this error on windows seven: Warning: ch.randelshofer.quaqua.util.Preferences failed to load Mac OS X global system preferences java.io.FileNotFoundException:…
Arshad Ali
  • 3,082
  • 12
  • 56
  • 99
0
votes
1 answer

Integrating Java Look And Feel into Application in netbeans

I'm devloping a java program using netbeans I added a look and feel to GUI application which is Synthetica AluOxide Look and Feel from this website : http://www.javasoft.de/synthetica/themes/ . I added the Synthetica.jar and syntheticaAluOxide.jar…
Azer Rtyu
  • 329
  • 4
  • 9
  • 18
0
votes
1 answer

change the default skin for applications in netbeans

I'm developing a Java application using Netbeans, and I want to change the default skin for the JFrame and buttons ... I googled about it and I couldn't find anything. In Visual Studio I was using SkinCrafter. Is there any program or addon that…
Azer Rtyu
  • 329
  • 4
  • 9
  • 18
0
votes
2 answers

Packing jar file into exists jar file

I'm writing a MP3 player in Java. If i will finish I want to pack all .class files in one .jar file. I don't want have player, which starts by console. If i open this one .jar file i want see player window. I know how to pack it. I must use jar.exe…
0
votes
1 answer

Setting default LAF's JTextField dimensions

Is it possible to override the LAF's default dimensions of a JTextField with UIDefaults?
Fred Campos
  • 1,457
  • 1
  • 19
  • 22
0
votes
2 answers

Setting FileChooserUI property in UIManager to the system's

I want to have my JFileChooser use the system's LookAndFeel, but have the rest of my components use Nimbus. Since each platform provides a different FileChooserUI, how would I set the FileChooserUI property in UIManager to the system's LookAndFeel?
Technius
  • 58
  • 1
  • 6
0
votes
1 answer

Use Nimbus look and feel on Netbeans IDE 7.1.2

In Netbeans IDE 7.1.2 by default i have three look and feel: Metal; CDE/Motif; GTK+. Is it possible to add the Nimbus or other look and feel? Thanks. (i downloaded the Netbeans 7.3 but there are still the three look and feel cited above)
0
votes
4 answers

Set filechooser Colors with Nimbus L&F

I'm using custom Colors with Nimbus. After hours of searching I can't find out how to set the Background and Foreground colors for JFileChooser properly. My (non working) code: UIManager.getLookAndFeelDefaults().put("FileChooser.background",…
TomDK
  • 1,321
  • 11
  • 16
0
votes
1 answer

Why does JAVA WindowsLookAndFeel UI look different in Win7 and Win2003?

My environment is JDK6. And I test my code in Win7 and Win2003 both using the same JRE. I installed JAVA WindowsLookAndFeel using code "UIManager.setLookAndFeel("com.sun.java.swing.plaf.windows.WindowsLookAndFeel");". I supposed UI should behave…
0
votes
1 answer

Draw round Button in LookAndFeel-Style

I'm experimenting with JRadioButton's to put them on a JToolbar and select the last one clicked. If i'd use JButtons they wouldn't keep the Selection. Since JRadioButton always have that Dot, I need to draw them myself by overriding the…
Martin Weber
  • 3,892
  • 4
  • 20
  • 23
0
votes
2 answers

NullPointerException on PLAF change to Motif

Can anybody see what I have done to cause the NullPointerException (stack trace below)? The panel appears OK: Textual output os.name: Windows Vista os.version: 6.1 java.version: 1.6.0 java.vm.version: 1.6.0-b105 java.vendor: Sun…
Andrew Thompson
  • 168,117
  • 40
  • 217
  • 433
0
votes
1 answer

Swing: Custom LaF for JTabbedPane component subclass

How can I subclass a JTabbedPane and give each instance of my subclass a Look-and-Feel that is different from the default LaF? I still want access to the default JTabbedPanel, so simply overriding the global LaF is not an option. Thanks.
CtrlF
  • 674
  • 3
  • 8
  • 17
0
votes
2 answers

Difference between Synth and Nimbus look and feel

I have been checking on the look and feel for java desktop applications then found the Synth and Nimbus Look and Feel But I am a little confuse here can some one tell me: the difference between the two. Which is easier to understand and…
CodeAngel
  • 569
  • 1
  • 11
  • 31
0
votes
1 answer

Java Components Inherit LnF

I've made a JComponent child from scratch and made basic- and metal-based look and feels for it. Even if I'm using the metal theme for the entire application, I still have to call setUI on the object to make it metal. Is there any way for it to…
user1236508
0
votes
0 answers

How do I use Flamingo and Insubstantial?

I have only used Swing so far for designing some sub-standard GUI. I was planning on using Flamingo to get the Ribbon look and feel of MS Word. I was directed to the website of Insubstantial.…
An SO User
  • 24,612
  • 35
  • 133
  • 221