substance Look Feel « Development « Java Swing Q&A





1. Java Substance look and feel problem    stackoverflow.com

I have a problem with substance look and feel. I'm trying to set Office 2007 LAF as descibed here.

    try
    {
  ...

2. Change substance look and feel in Swing    stackoverflow.com

i am using Substance look and feel plugin for Swing, whenever i change the theme by either

SubstanceLookAndFeel.setSkin(new BusinessBlackSteelSkin());
or by :
  UIManager.setLookAndFeel(L);
    frame.setCursor(
    ...

3. Using Distinct Look-and-Feels in one Swing Application    stackoverflow.com

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 ...

4. swing substance look&feel download    stackoverflow.com

Where do I download Substance L&F for Swing?

5. Substance L&F seems to break when deployed as webstart in java    stackoverflow.com

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 ...

6. Gui problem with java substance Look And Feel    stackoverflow.com

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";
try {
         ...

7. Java Substance Look & Feel website is not Working?    stackoverflow.com

Possible Duplicate:
What happened to the Substance LaF?
Hi the java substance website http://substance.dev.java.net/ is not working, so where can I download the substance ...

8. [platform-dev] Substance Look and Feel and NetBeans platform    forums.netbeans.org

Hi All I know a few people have used custom look and feel's with the NetBeans platform. I have found a few old guides of how to use it. Has anyone ...

9. Changing the look and feel of netbeans using Substance    forums.netbeans.org

I came across this page which shows some dark theme to use in Swing applications, but I am not sure how I would even set this up to use for netbeans itself. I downloaded this file which I assume would go in the C:\Program Files\NetBeans 6.9\platform\lib folder I am thinking it should be something along the lines of --laf Dswing.defaultlaf=org.pushingpixels.substance.api.skin.SubstanceRavenLookAndFeel but ...





10. Substance Look and feel with Netbeans platfrom module application    forums.netbeans.org

NetBeans Forums - Substance Look and feel with Netbeans platfrom module application Search: NetBeans Forums FAQ Search Memberlist Register Profile Log in to check your private messages Log in Substance Look and feel with Netbeans platfrom module application ...

11. substance look and feel    coderanch.com

I am trying to apply the substance look and feels to my companies application. This is meant to be my introdduction to LAFs. so sorry if the question is blatently obvious. when i use the WindowsLookAndFeel everything in our application works fine. when i try to use a substaance one i get this: java.lang.StackOverflowError at java.awt.Container.preferredSize(Unknown Source) at java.awt.Container.getPreferredSize(Unknown Source) at ...

12. Substance Look and Feel in Eclipse: how to?    coderanch.com

I take it, you already have seen this article on how to get started with Substance LAF. To add the substance.jar to your classpath from eclipse 1) Create new eclipse project for which you are planning to use the substance LAF 2) Right click project->Properties 3) Java Build Path->Libraries tab 4) Click add external jars and navigate and point to the ...

13. Substance look and feel    java-forums.org

Hi...i am a java student not an expert, and need ed some help ..i am using substance for my application but am importing the substance jar in my project and putting client properties in it to use it. I would like to use substance without putting the client properties. I would like to keep my application code seperate to the substance ...