look-and-feel Questions

1

Solved

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 ...
Excuse asked 3/10, 2011 at 21:46

3

Solved

Which are Open source lafs[look n feel] for java swing application?
Feasible asked 29/5, 2010 at 8:20

2

Solved

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 othe...
Vintager asked 19/8, 2011 at 2:6

1

Solved

That's a question really similar to this previous post of mine. I need to customize some cell of a JTable, in a way that they would look like a table header cell. I'm using Nimbus look and feel and...
Donnydonnybrook asked 11/7, 2011 at 0:45

1

There is a pretty strange error with setting look and feel. For setting look-and-feel I use the following: ... String scheme = "net.sourceforge.atunes.gui.substance.SubstanceATunesSunLookAndFeel"...
Oddson asked 5/7, 2011 at 7:13

2

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 her...
Algiers asked 4/6, 2011 at 13:28

2

Solved

I need to customize the look & feel of my RCP application. I took a look at Eclipse Presentation API and I suppose it allows to customize everything in workbench except controls. So is there ...
Aftersensation asked 12/5, 2011 at 12:30

2

Solved

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 UIDefau...
Aftermath asked 20/4, 2011 at 11:9

0

I want to create my own look and feel in Swing. Can anyone give me succinct knowledge about how to do this?
Outbrave asked 21/3, 2011 at 12:40

2

Solved

can I force my Qt application to use different look and feel just like it is done in KDE ?
Labrador asked 18/3, 2011 at 23:20

1

Solved

I made a swing application that scans Images; and each Image represented by a leaf I a tree the problem that I faced is that it throws this exception Exception in thread "AWT-EventQueue-0" java....
Nuncupative asked 1/3, 2011 at 17:15

3

I want to create rounded JButton in Java... For that I use rounded image and placed that image on button but I didn't get rounded button.. please any one can tell how to create rounded button in J...
Soothe asked 25/2, 2011 at 16:53

6

Solved

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 orde...
Tortuous asked 9/2, 2011 at 9:33

3

I am calling UIManager.getSystemLookAndFeelClassName(). And get as result WindowsLookAndFeel, even when setting current theme to WindowsClassicLookAndFeel. But I expect WindowsClassicLookAndFeel. Q...
Linkous asked 7/9, 2010 at 13:30

1

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 on...
Peer asked 22/9, 2010 at 10:3

1

Solved

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....
Oleum asked 9/6, 2010 at 17:54

1

Solved

I am building an application in java swing and I am using the following code to give the UI a native OS look try { UIManager.setLookAndFeel( UIManager.getSystemLookAndFeelClassName()); } catch ...
Stacy asked 8/6, 2010 at 17:7

3

Solved

I have a problem with substance look and feel. I'm trying to set Office 2007 LAF as descibed here. try { UIManager.setLookAndFeel("org.pushingpixels.substance.api.skin.SubstanceOfficeBlue2007Lo...
Manizales asked 23/5, 2010 at 18:36

4

Solved

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 t...
Thralldom asked 14/5, 2010 at 1:43

2

Solved

Anyone knows Why the laf is not changing in the following code? (running in Ubuntu) import java.awt.Dialog; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.s...
Vivid asked 16/4, 2010 at 20:31

2

Solved

How to list all available LookAndFeel themes? I want to show then in a JComboBox for the user to select.
Genarogendarme asked 16/4, 2010 at 19:9

3

I want to give XP Look and Feel to my Java Desktop Appliction, regardless of the platform it will run. I came to know that since JDK 1.4, Sun Microsystems has officially released a look and feel f...
Sideshow asked 31/3, 2010 at 17:49

2

I need to create a desktop CAD application which essentially should have a nice modern GUI. I am thinking of creating a WPF application so that I can have a rich user interface. Could some one sugg...
Apologia asked 25/1, 2010 at 19:44

2

I want to change the selected icon for a JCheckbox to a different icon, let's say for example the disabled selected icon for a JCheckbox. How can I get the disabled selected icon from the UIManager...
Angloamerican asked 2/11, 2009 at 21:10

1

Solved

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 thir...
Terat asked 30/7, 2009 at 1:38

© 2022 - 2024 — McMap. All rights reserved.