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
-2
votes
1 answer

Setting a JButtons Look and feel to the awt.Buttons look and feel

how do i make this JButton look like a awt.Button? JButton button = new JButton("bob"); button.setUI(???????);
blackDog
  • 1
  • 1
  • 5
-3
votes
1 answer

What does a JTextField look like in various LAF instances?

What does a Swing text field look like when editable, not editable and disabled, across various Pluggable Look & Feel implementations? Below is an answer for PLAFs seen on Windows & Apple OS X. I'd also very much appreciate seeing the look on other…
Andrew Thompson
  • 168,117
  • 40
  • 217
  • 433
-3
votes
2 answers

How to get back the original look and feel color of a button after changing its color?

I changed the color of my button. Now I want its original look and feel back. I want to change the color once to a color that i like. After that, I want the button to get its original look back. How do I do that ? Here is the code to change color -…
SuperStar
  • 495
  • 2
  • 9
  • 22
-5
votes
1 answer

Unable to Set Java Look and Feel

I have downloaded a look and feel for java. it is Quaqua. it is downloaded in ZIP format. my question is how to add this look and feel to my program? i am using NetBeans 8. i googled and found not suitable result. So tell me proper procedure.…
Raj Sehmi
  • 7
  • 1
  • 3
1 2 3
62
63