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
0 answers

Custom look and feel images for JOptionPane

I'm creating a custom look and feel using XML based on the SynthLookAndFeel class, and I was wondering. What style tag would I use to set the images on a JOptionPane? EDIT: This is just one in specific that I was looking for, but if there is some…
The_Steve13
  • 119
  • 2
  • 11
0
votes
2 answers

Native OS look and feel Netbeans doesnt works with UIManager.setLookAndFeel(nativeLF);

I have been looking over the internet (expescially StackOverflow of course :) ) for the following issue. Netbeans offers a 'great' default look and feel, so i want to change that to a native look. With this I mean, the running program doesn't look…
Dave
  • 77
  • 1
  • 2
  • 10
0
votes
1 answer

Nimbus-like look for JavaFX UI components

JavaFX allows styling of UI components via CSS. For seamless integration into an existing Swing application it would be nice to make the FX components look like Swing components with Nimbus look and feel. Are there any existing approaches to this?…
problemzebra
  • 511
  • 6
  • 17
0
votes
0 answers

Is there a way to make generic-looking buttons in Java?

Possible Duplicate: How to get the windows native look in Java GUI programming? Is it possible to make a Java button that looks like the default system scheme? For example, something that looks like this?
user1610406
  • 722
  • 1
  • 13
  • 24
0
votes
1 answer

java, apple default look and feel: How to set color of a button

i want to know how to set the color of a button (in example, but i will need to set every component color) with the apple look and feel. I found an answer in stackoverflow that suggest to change to the standard look and feel, that works for me, but…
Gianmarco
  • 2,536
  • 25
  • 57
0
votes
2 answers

JTextArea background issue

private JDialog dialog; private JTextArea text; private JPanel buttons, filler; private JRadioButton questions, list; private ButtonGroup group; private JButton confirm; dialog = new JDialog(Main.masterWindow, lang.getString("newTitle"),…
Ivan Karlovic
  • 221
  • 5
  • 14
0
votes
0 answers

Editing Nimbus look and feel core files

I have Nimbus source files (extracted from source.zip). How do I change them and than create a new L&F out of them? I don't want to change anything on runtime but prior to compiling my program and add my L&F as a resource.
Ivan Karlovic
  • 221
  • 5
  • 14
0
votes
0 answers

Translating an application completely

So, I can manage translating strings that I've created, however, I'm having trouble with strings incorporated into swing elements like e.g. JFileChooser or a message that pops up when file rename fails in JFileChooser. I also use several L&F (user…
Ivan Karlovic
  • 221
  • 5
  • 14
0
votes
1 answer

Extensive L&F modification

I want to use multiple L&Fs in my application, but that makes translating my application very complicated, due to differences between various L&Fs... So I thought to myself, why don't I download L&F I want to use and then edit them in a way they all…
Ivan Karlovic
  • 221
  • 5
  • 14
0
votes
1 answer

Working with progressbar

Possible Duplicate: Nice looking progress bar in java I use setBackground and setForeground to set the color of a JProgressBar but they didn't work, the color remain Orange. I can't change it.
user1608338
  • 1
  • 1
  • 1
  • 2
0
votes
1 answer

How to install theme on Windows CE 5.0

Is there a way to install themes on Windows CE 5. I want it to look similar to Windows Mobile. Any idea?
IgorS
  • 173
  • 8
0
votes
2 answers

UIDefaults.getUI() failed: error when loading a JFrame into another project

I found this project which works just fine in a standalone run. However when I try to add it to a JPanel in another project (already did this in the exact same project but with a JFrame of my own and worked fine) this error arises: …
rMaero
  • 195
  • 4
  • 13
0
votes
1 answer

Free GUI theme files for Android?

I want to use a consistent looking, minimalist theme for my Android apps that will look the same for Android 2.2 and above. I'd love to use Halo but it's not available on all devices. I'm not sure what Google expects developers to do here as the…
maltbar
  • 99
  • 1
  • 5
0
votes
1 answer

JFrame appearance and style

I would like to know if there is anyway to create JFrame that look like Windows 7 Aero task-bar. I mean I want the whole frame look like that by being transparent and blurring the scene in the background.
Loop Masters
  • 371
  • 2
  • 5
  • 12
0
votes
1 answer

Silverlight Windows look and feel

I'm looking at using Silverlight to create a multi-file uploader for one of our internal apps that we're working on. The only Silverlight UI that I need is a choose button so that I can initiate an OpenFileDialog instance. Is there a way to easily…
Brian Warshaw
  • 22,657
  • 9
  • 53
  • 72