Questions tagged [substance]

Substance is a modern, customizable and high-performing look & feel for Java applications that use the Swing UI toolkit. This look & feel is available for Java 9. Source code can be found at Source Code - https://github.com/kirill-grouchnikov/radiance/tree/master/flamingo

Substance look-and-feel is now part of the Radiance set of libraries. The project is being actively developed on Github. The current pace of the project is to have two releases per year.

https://github.com/kirill-grouchnikov/radiance

58 questions
0
votes
0 answers

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 be working perfectly. When I upload the app on my…
kstratis
  • 6,429
  • 9
  • 39
  • 80
0
votes
1 answer

render of low poly model tris showing very hard/marked in three.js compared to sketchfab/unit3d/Iray

I've edited this post with a clean edge flow model and maps you can access if that helps in getting feedback. I can replicate the hard marked edges issue for this case too: I'm finding the rendering result in three.js shows very hard marked polygons…
Sergio Solorzano
  • 162
  • 4
  • 19
0
votes
0 answers

Get the background color of a component under any substance skin

I'm using Swing and Substance library to change the look and feel of my application, I need the content pane (main JPanel) and a JTextArea to have the same background color regardless of the skin selected, I tried to change the color of the text…
Angelixus
  • 131
  • 4
  • 12
0
votes
1 answer

Substance LookAndFeel Font Issue

So, I use one of the Substance LookAndFeel Skins. For version 4.0 of the substance library there was no such issue. However, going on from there, I first noticed it in 4.3, where it was coming from time to time. Then when I jumped on the newer…
users at 4325010
  • 3,596
  • 4
  • 28
  • 46
0
votes
1 answer

After upgrading to unity 5.4 Substance crash after building for iOS and goes missing

I am experiencing yet another weird one. After upgrading from unity 5.3.6f1 to unity 5.4.0f3 every time i open a my project it crashes(if the substance is not included it doesnt crash only when i build the project). it then breaks the substance,…
bantingGamer
  • 374
  • 2
  • 17
0
votes
0 answers

Runing trident Timeline on parentless Component

I try to play Timeline from Trident animation library on parentless component. MyPanel mp = new MyPanel(); mp.startAnim(); //to interpolate property //wait for a while jPanel1.add(mp); The property is not interpolated until the component is placed…
maseth
  • 751
  • 1
  • 10
  • 18
0
votes
0 answers

Avoid getting same look and feel info from previous class to next class in java

I have two java classes. Second one appears by the button on first java class. I have set substance look and feel on first java class once I genarate the second java class by pressing the button in first java class it also comes with the same look…
0
votes
2 answers

How to change default operating system's frame around swing application

For example instead of the default operating system container around the application you could have something custom like this swing project below.
RuneRebellion
  • 139
  • 1
  • 2
  • 11
0
votes
2 answers

Substance lookandfeel applet issue

Whenever I hover over menu items I get a weird black space as seen in the image and I am not sure why. When I use the system look and feel I don't have this problem so I think it is because of the substance look and feel. public final class…
0
votes
2 answers

Java - Allow using backspace in an editable JComboBox with Substance L&F

I am using Substance L&F and I have set a JComboBox to editable so that i can select the value that i want from its popup, or type a new value in its Editor. Typing a new value works fine, but if i want to delete a miss-typed letter from the Combo…
Brad
  • 4,279
  • 9
  • 52
  • 91
0
votes
1 answer

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 used in. Has anyone made a script using the…
Daniel
  • 225
  • 1
  • 2
  • 5
0
votes
1 answer

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 have experience with this?
John Smith
  • 139
  • 3
  • 12
-1
votes
1 answer

Exception when try to apply and run substance theme in netbeans

I added substance theme to my swing application and tried to run it, and it works . but I keep getting this exception while running it. can someone tell me how to fix it?…
1 2 3
4