Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
3answers
304 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 ...
6
votes
2answers
770 views

What happened to the Substance LaF?

What happened to the Substance LaF? I came across it a while back, and got the jars to do some experimenting, but when I go there now I find some placeholder pages but not the actual site. Thankfully ...
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 { ...
4
votes
3answers
1k views

swing substance look&feel download

Where do I download Substance L&F for Swing?
4
votes
1answer
262 views

TitledBorder problem with Substance UI and custom JComponent

I'm using BorderFactory to create a titled border with a Substance UI themed Swing user interface, and I'm coming across the exception shown below. I tried with LineBorder and it works perfectly, but ...
3
votes
3answers
158 views

Java Substance - Strange exception

I am using Substance look and feel version 6.0 in my Java Swing application. The application works fine for me, but some of the application users especially those using Windows 7 are getting a ...
3
votes
2answers
198 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 ...
3
votes
1answer
118 views

Netbeans (Java): 3rd library works but how could I compile it into jar?

I'm using 3rd libraries (substance, trident) and I added them as libraries (I added the .jar's) to my project in Netbeans. This works also but if I use the builded jar outside the project directory it ...
3
votes
2answers
282 views

How can I get the text color of a button using the Substance LaF?

In my Java application I have to custom-paint a control and for that I need to use the same font colors as JButton. (Enabled and disabled) I don't want to hard-code them, because the user can change ...
2
votes
1answer
542 views

Adding a button to the title bar using Substance LAF

I'm trying to add a button to my title bar. It doesn't seem to show and some reason hides the title words. In my JFrame I do: CustomTitlePane.editTitleBar(this); And my title class: public class ...
1
vote
0answers
54 views

Disabling the rollover effect on tables with the Substance L&F

Is there a way to disable the rollover effect of the Substance look and feel on the hovered rows of a table? I tried to disable the animation but the rows are still highlighted: ...
1
vote
1answer
186 views

Java window not maximising properly on screen with no taskbar using Substance LAF

I've just noticed that when I maximise a frame on my second screen - which has no taskbar - then it ends up with approximately the bounds one would expect if the taskbar was there. I've just noticed ...
1
vote
1answer
463 views

JColorChooser with Substance look and feel, Java 7

I'm writing an application that uses the Substance look and feel along with a JColorChooser. This works fine with Java 6, but on trying things out with Java 7 it really doesn't JColorChooser's: ...
1
vote
1answer
521 views

Substance UI & undecorated JDialog/JFrame

I have noticed that while using the Substance UI for Java that when I set a new JFrame or JDialog to undecorated it is not honored. e.g. frame.setUndecorated(true); frame.setVisible(true); When ...
0
votes
0answers
30 views

where to download substance l&f 4.2 and bramble plugin?

I do really like netbeans expect the text rendering under linux(I tried font aa,but not as better as eclipse). I search that substance and bramble plugin may save me, but found no where to download? ...
0
votes
2answers
46 views

Load Insubstantial Swing Plugins to Eclipse

How do I load the Insubstantial Swing plugins to Eclipse? I refer to the plugins here: http://insubstantial.posterous.com/
0
votes
1answer
243 views

Exception in thread “AWT-EventQueue-0” java.lang.IllegalArgumentException: Rectangle width and height must be > 0

I have a peculiar situation here in an application I've programmed using a Substance LookAndFeel. In my application, as seen in the screenshot below, I have three JMenus in the MenuBar. ...
0
votes
1answer
102 views

How to get JInternalFrame Titlebar properly styled by Insubstantial

I have a problem with the style of JInternalFrames under Insubstantial 7.0. I'm working with Eclipse and WindowBuilder for Swing. In the Widowbuilder Preview, JInternalFrames, that are dropped to a ...
0
votes
1answer
79 views

Override default foreground color for Flamingo's JCommandButton

I'm using Flamingo/Substance in a Swing application and can't figure out a simple way to affect the text color for a JCommandButton. Explicitly setting the foreground color seems to have no effect: ...
0
votes
0answers
104 views

Substance LaF won't allow a Canvas to dynamically shrink

I'm experimenting with some Swing LaF code, and I've encountered a problem. Active LaF: Substance. Active Substance Skin: RavenSkin (tested with others). I'm using a JFrame with a BorderLayout on ...
0
votes
0answers
130 views

Substance L&F seems to break when deployed as webstart in java

I think I am having a weird problem: I 've written a small application in java implementing a JTable to display some results. I am also using the Substance L&F as my "skin". Everything seems to ...
0
votes
2answers
574 views

Problem with substance look and feel

I have downloaded the recent library by substance and i have downloaded the addons also for supporting SwingX components. I am still getting the following error when i run my application ...
0
votes
0answers
156 views

Using Distinct Look-and-Feels in one Swing Application [closed]

Possible Duplicate: Can I use two different look and feels in the same Swing application? I am trying to create a user interface with Swing which is composed of several components. I would ...
0
votes
1answer
383 views

Substance 6.1 upgrade gives Substance delegate used when Substance is not the current LAF exception

I'm trying to upgrade my app to use the latest drop of substance L&F but the problem is that I got the Following exception Exception in thread "AWT-EventQueue-0" ...