Tagged Questions

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.

learn more… | top users | synonyms

17
votes
2answers
2k views

Look and feel in java

I am developing an desktop application for my personal use. I use Java as programming language and I use Swing to develop GUI. I need some beautiful look and feel. How can I do it in Java or with any ...
13
votes
6answers
486 views

LookAndFeel-independent reference of color keys

I am currently working on a set of custom controls for a product of the company I'm working in. For this, I am extending a lot of Swing controls and also overriding a lot of paint methods. In order ...
10
votes
3answers
281 views

Substance Look and Feel is making my colors brighter?

I'm trying to call setBackground on a JPanel, so that it matches the color of my JFrame, but the color is some how brighter than the one I type in. I've have tried setting HSB, RGB, HEX code, they ...
10
votes
6answers
2k views

Can we develop very good looking UI in swing and if not what are alternatives

In my current project we have to develop a good looking desktop based application in java. Currently, we have a very basic desktop application written in swing and team does not have good swing ...
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 ...
7
votes
5answers
2k views

How I do I make controls/elements move with inertia?

Modern UI's are starting to give their UI elments nice inertia when moving. Tabs slide in, page transitions, even some listboxes and scroll elments have nice inertia to them (the iphone for example). ...
6
votes
2answers
277 views

Trying to create JTable with proper row header

I am trying to create a JTable that has a row header that looks just like a column header and I have spent altogether too much time on it :/ My situation is similar to this question: JTable Row Header ...
6
votes
2answers
157 views

Java GUI: can I find out if certain Unicode characters are supported?

I noticed that Metal L&F doesn't support certain arrow characters from Unicode, while Nimbus and GTK L&Fs do support them. Unsupported characters are just displayed as: ... Can I either ...
6
votes
5answers
2k views

Good-looking Java Swing Look&Feel?

I'm working on an open-source Java Web Start application, and I'd like to give it a consistent theme across platforms. Metal is totally ugly, and I'm not particularly happy with Substance (esp. ...
6
votes
3answers
696 views

Can I use two different look and feels in the same Swing application?

I'm using the Flamingo ribbon and the Substance Office 2007 look and feel. Of course now every control has this look and feel, even those on dialog boxes. What I want is something like in Office ...
5
votes
1answer
102 views

Why does Windows LookAndFeel make fonts too small?

The native Windows LookAndFeel in Java 6 seems to incorrectly size some fonts. Test program: import java.awt.*; import java.awt.event.KeyEvent; import javax.swing.*; public class Test { public ...
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
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
2answers
396 views

Qt custom look and feel?

can I force my Qt application to use different look and feel just like it is done in KDE ?
5
votes
3answers
731 views

Lightweight C/C++ GUI Library with Native Look & Feel

There's many pages on C/C++ GUI libraries out there, but I've had a really hard time finding ones that have a native look and native feel. I've taken a look at GTk+, and the problem is, while those ...
5
votes
2answers
1k views

How to show the hidden toolbar of Eclipse

Eclipse has a context menu item to hide the entire toolbar of RCP. Where is the corresponding menu item to show the hidden toolbar? I know it should be shown if using a new workspace. However I ...
5
votes
1answer
824 views

How can I change the arrow style in a JComboBox

Let's say I want to use a custom image for the arrow in JComboBox, how can I do this? I understand it's possible using the synth xml files, or maybe even UIManager.put(...), but I don't know how. ...
5
votes
3answers
4k views

Java Substance look and feel problem

I have a problem with substance look and feel. I'm trying to set Office 2007 LAF as descibed here. try { ...
5
votes
4answers
1k views

What Swing look and feel should I use for a Java desktop application?

I am developing a Java desktop application and I use Swing to build the GUI. I realize that I can change the look of my app by setting different L&Fs. The JRE (from SUN) provides me at least two ...
5
votes
4answers
328 views

What does look and feel (java swing) mean?

Actually what is meant by look and feel?
5
votes
6answers
486 views

Where to find good looking and Vista look-alike user interface icons?

Ok, I know that Visual Studio ships with a few user interface icons but they are few and most of all, they are kinda outdated and don't fit well into Vista or Seven. I like pretty interfaces and I ...
4
votes
2answers
108 views

Drawing text in java, Look and Feel problems

I've overridden the paintComponent method of an extended JToggleButton so that I can use a TexturePaint fill for the text when the button is toggled. The problem I'm running into is that I can't seem ...
4
votes
2answers
403 views

Painting the slider icon of JSlider

Would like to repaint the the marker or the thumb of the JSlider instead of the standard gray. How can I achieve this?
4
votes
5answers
218 views

JTextArea default font very small in Windows

I'm using platform look-and-fell and on Linux my JTextArea is pretty readable But on Windows it uses "Monospaced 9" and the text is very small. Why and what is the best way to fix that? Why default ...
4
votes
5answers
800 views

Add an event handler to each control on a form at runtime VB6

I have a VB6 application where I'd like to have a consistent behavior among its controls application-wide. One of the behaviors, for example, would be highlighting a text box when it gains focus and ...
4
votes
2answers
222 views

Can I apply the system look and feel on one control only?

In my Swing application I am using a Substance look and feel in my frames. But for design purposes I want to show one JButton with the native system look and feel. I see I can apply a specific UI ...
4
votes
2answers
170 views

Is there any Java Look and Feel implementation using only console?

I would like to run an simple Java GUI application on a system without GUI. Changing the LaF to a console-based (even partial) implementation would make it possible, but so far I could not find any.
4
votes
1answer
401 views

altering JFileChooser behaviour : preventing “choose” on enter in file path JTextField

Greetings to Swing Pros, here's a good (I hope) question for you. The below are the task requirements and possible solutions I see. I would like someone having had such a hardcore experience to share ...
4
votes
1answer
452 views

how to change java swing look and feel without application restart?

is there a specific way to change the look and feel of a swing application without needing to restart the application every time the LAF got changed by the user? im looking for a solution where one ...
4
votes
1answer
268 views

Insets for custom Synth look and feel

I'm implementing a custom Look & Feel using Synth for my application - basically providing custom versions of SynthStyle, SynthPainter and SynthStyleFactory. I am not using any XML, i.e. ...
4
votes
3answers
2k views

Override default look and feel Java

I want to override java look and feel. I just want to show the buttons differently. I want all the features of Windows Look and Feel but only buttons differently. I hope you get my point. Color color ...
4
votes
5answers
2k views

How to improve look and feel of JAVA swing GUI?

I am working on a project that uses Java Swing. The default look and feel of the Java Swing GUI is very boring. Is there any way I can use a better look and feel? Something like on web pages...
4
votes
2answers
518 views

Use default KeyMap of native OS

In Java, by using non-default system look and feel we will have different keymap. For example I'm using Mac OS X and use Substance look and feel (non-default system look and feel). The effect is I'm ...
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
1answer
437 views

.NET MenuStrip with native Windows renderer?

Does anyone know how to have the MenuStrips to rendered with native Windows look and feel depending the OS version the user is using? The current renders don't do it... I'm currently using a third ...
4
votes
4answers
4k views

Is there any (real) Office 2007 look and feel for Java/Swing?

I'm aware of the Substance look and feels and that they have a Office 2007 look-a-like look and feel. But this look and feel doesn't look like the Office 2007 design at all, the colors are a lot ...
4
votes
7answers
1k views

Java Swing GUI theming

Is it possible to develop custom PLAF themes for Swing? I would appreciate constructive suggestions in this topic Thanks
4
votes
4answers
3k views

How do I force/get to use GTKLookAndFeel in Java on KDE?

First of all, using gnome is not an option (but it is possible to install its libraries). I need to know what is necessary to display a Java Swing desktop application using the current installed KDE ...
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
1answer
46 views

Changing default window position to 2nd monitor?

I'm writing some code in Java that needs to show file chooser and alert dialogs. These dialogs always need to show up on a second monitor, rather than the main monitor. If the application were ...
3
votes
3answers
52 views

What's a convenient way to set default settings for all JComponents

I want a way to set default settings like, background colour, size etc. for all components I use in my GUI, what's a convenient way to do this? so when I do new JButton or JLabel etc. it will already ...
3
votes
3answers
135 views

How to set a different Look & Feel for a JTable?

Is it possible to set different L&F to specific component (in my case JTable) than is already used? If so, how to do it? Edit: I wrote this piece of code according to this tutorial. Why is this ...
3
votes
2answers
77 views

How to implement my own UI element on Java?

The Java SE don't have a iPhone like segment button. So, I would like to create my own segment button using Java. But my question is...how can I do a customized UI instead of using default UI? Any ...
3
votes
1answer
127 views

Making a Spotify-like look-and-feel

To be more clear. Im trying to create a application where the taskbar and the JPanel(for example) has the same color, so that they look connected. Just like spotify! My way of doing this was to ...
3
votes
2answers
190 views

jSlider go to clicked position - problem only on Macintosh

I have been using the above MetalSliderUI solution for all my JSliders. Windows users have been happy with it. I appreciate finding this solution on stackoverflow.com The solution was discussed here: ...
3
votes
1answer
278 views

Customizing JTextField

I would like to know how to customize the ui of a jtextfield so I could create rounded rectangular border without the document going outside the border. So far I think I have tried the most of what I ...
3
votes
4answers
420 views

eclipse look&feel customization

I need to customize look&feel of my RCP application. I took a look at Eclipse Presentation API and I suppose it allows to customize everithing in workbench except controls. So is there any ...
3
votes
1answer
596 views

Quaqua look and feel issues

I am using quaqua look and feel in linux and windows. it was working fine till I got the problem witn JOptionPane. When the code opens the JOptionPane using the line ...
3
votes
2answers
201 views

UI properties does not contain some keys

I have the following problem. I need to get an UI properties: UIManager.getString("OptionPane.okButtonText") that returns the string "OK", and it works. However, if I iterate through the UIDefaults ...
3
votes
2answers
173 views

Substance and MacOS MenuBar

I have a Class MainWindow which extends JFrame. In MainWindow i have a JMenuBar. I want to show the MenuBar in OSX on top (next to the Apple Symbol). This only works, when i dont set a Substance ...

1 2 3 4 5 6