Substance is a modern look & feel that combines graphic ideas from Windows XP / Vista and MacOS 10.4. This look & feel is available for Java 6+ and was created by Kirill Grouchnikov.
1
vote
1answer
41 views
Successfully updating Look and Feel but still having errors
I am trying to update my look and feel without any errors, but I can't figure out what I am doing wrong.
This is my Window class:
public class Window extends JFrame {
private static final long ...
0
votes
0answers
26 views
Trying to create a bake substance script in maya pymel
I have been trying to figure out how to script my own bake script for substance materials to files in maya, or find some documentation somewhere that gives me the commands and the format it should be ...
0
votes
0answers
30 views
Java Swing Look&Feel manager bug?
I'm using the Substance Look&Feel manager (more specifically: SubstanceTwilightLookAndFeel).
Unfortunately, when instantiating a particular JDialog (actually a Jide StandardDialog), the program ...
1
vote
0answers
31 views
JXTitledPanel gradient effect
I'm using the SwingX JXTitledPanel and I'd like to have a gradient effect as shown in the SwingX demo.
My current understanding is that it is up to the Look & Feel manager (I'm using Insubstance) ...
1
vote
2answers
49 views
Remove content padding on JTabbedPane in Substance LAF
I'm doing some experiments with Substance LAF and I'm trying to remove padding between tabs. With default ui I used:
UIManager.getDefaults().put("TabbedPane.contentBorderInsets", new ...
0
votes
0answers
111 views
Make a custom component look like a Substance Look and Feel Component
I'm using the Substance Look and Feels in my application but I have some custom components that are styled differently.
Can anyone provide some information/examples on how to fix my custom ...
1
vote
1answer
153 views
Applying Look and Feel on JOptionPane.showMessageDialog
I'm using a LAF (Look and Feel) with Substance. It's perfect, except for JOptionPane.showMessageDialog.
I want it to inherit the LAF's appearance, it gets its custom background from Windows, but not ...
0
votes
1answer
58 views
How to install a custom LAF?
I'm using Netbeans IDE and I want to use the Insubstantial LAF in a Java application (http://insubstantial.posterous.com/). However, I have no idea how I would go about installing it. Does anybody ...
1
vote
0answers
204 views
how to use substance look and feel button animations?
I've installed substance look and feel in my java program and it works.
But i download a test file of the look and feel from GitHub and I saw that they have custom animations for their buttons and ...
1
vote
2answers
145 views
Change text color of Substance LookAndFeel
I'm trying to change the text color of the Substance Look and Feel (in fact I'm using the SubstanceGraphiteGlassLookAndFeel .
I don't know how to do that...
0
votes
1answer
168 views
substance 6.0 doesn't work
i'm trying to use the substance 6.0 look and feel. I added substance.jar and trident.jar to my build path. My Code looks like this:
public class phaseTwoGame extends JFrame
{
public phaseTwoGame()
...
1
vote
2answers
345 views
JOptionPane gives an error
I want to handle some exceptions using joptionpanes.This is the main method
public class MainRun {
public static void main(String args[]){
java.awt.EventQueue.invokeLater(new Runnable() {
...
0
votes
0answers
112 views
Insubstantial Look & Feel after packing with maven-assembly-plugin 2.3
I've done a Java Application using Insubstantial Look & Feel (Insubstantial is a maintenance fork of some of Kirill Grouchnikov's swing based projects).
All work well if I start the program under ...
3
votes
0answers
410 views
JXTreeTable Substance L&F paint issues
The first column of JXTreeTable is not painted on hover when using the substance look and feel. The problem persists when that same column is dragged to another position as well.
Also the border is ...
1
vote
1answer
192 views
Added new pushingpixal theme, but no change
my run.bat:
@echo off
@title test
java -Dfile.encoding=Cp1252 -classpath bin;lib/libs.jar;lib/substance-6.0.jar;lib/trident-1.2.jar; Loader
pause
my frame:
void openFrame() {
try {
...
2
votes
1answer
259 views
Netbeans and Insubstantial
I recently saw that there was an approach to integrate the Substance LAF with Netbeans that was abandoned in 2008. Now, the active development is made within the Insubstantial - project and since ...
3
votes
3answers
246 views
HighlightPainter issue with Substance UI when using Monospaced font
I am using Highlighter.HighlightPainter interface for highlighting the lines of a text area. I used the source code from this website: Line Painter. It works just great, but when I used ...
0
votes
2answers
325 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/
1
vote
0answers
176 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:
...
0
votes
1answer
1k 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.
The one ...
1
vote
1answer
435 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 ...
13
votes
3answers
901 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 ...
3
votes
3answers
459 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 ...
1
vote
1answer
256 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
200 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
201 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 ...
1
vote
2answers
1k 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
...
5
votes
2answers
423 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 ...
6
votes
3answers
4k views
1
vote
1answer
372 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
751 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:
...
5
votes
1answer
394 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
1answer
184 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 ...
2
votes
1answer
953 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
1answer
590 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" ...
1
vote
2answers
1k 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 ...
7
votes
3answers
7k 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
{
...
3
votes
2answers
470 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 ...
7
votes
3answers
1k 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 ...