18 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
74
views
Synthetica look and feel throws a class cast exception when using JLayer with JscrollPane with Java 11
Synthetica look and feel throws a class cast exception when using JLayer with JscrollPane with Java 11. It works fine with Java 8. Is there a way to fix this?
Code example
public class TestFrame ...
1
vote
0
answers
61
views
How To add some arguments into JVM? [duplicate]
I want to use look and feel jar files for java and the library is said i have to add some arguments into jvm
You Can Read Here
here is the arguments
--add-exports=java.desktop/sun.swing=synthetica....
0
votes
0
answers
75
views
Synthetica LAF JTabbedPane background color
Im using Synthetica LAF for Java. Im adding JTabbedPane with JPanel as tabs. When setting JPanel.setBackground() then for some tabs it works, for some not and for others the color appears when I ...
2
votes
1
answer
436
views
Java - Maximizing window with Synthetica Look and Feel (LAF) and multiple monitors
I am using the Synthetica Black Eye LAF (http://www.jyloo.com/synthetica/) with an application using Java 1.7. It seems that when I have the Synthetica LAF enabled, if I drag the screen onto a second ...
1
vote
1
answer
173
views
Why doesn't my JFrame repaint when I set a new Synthetica theme?
I just set my applications theme to Synthetica Alu Oxide but some reason the JFrame doesn't repaint but another Synthetica theme will repaint the JFrame.
This is what mine looks like.
http://i.imgur....
user avatar
user5010141
0
votes
1
answer
118
views
Synthetica JProgressBar doesn't fill
Recently, I'm using Synthetica as default JLAF, but progress bar doesn't fill, I try the following customize sentences but, nothing changes:
Synthetica.progressBar.x.animation.type with a different ...
0
votes
1
answer
302
views
Java Syntettica look and feels [closed]
Lately I have learned a lot of Java;
Currently I am using Swing for GUI;
And I want to use Synthetica's L&F's ;
I need help on where to start, some comprehensive tutorials may help,
I also ...
1
vote
2
answers
4k
views
Java- Can't apply Java Look and Feel
I'm using Synthetica Look and Feel in my application and it works fine on Eclipse. But when i export the Jar file and execute it i got these errors :
Exception in thread "AWT-EventQueue-0" java.lang....
2
votes
1
answer
2k
views
Can't access synthetica themes on new netbeans 7.4 with latest JDK (1.7.0_45)
Today i was update my Netbeans 6.8 to new Netbeans 7.4 and JDK 1.7.0 to 1.7.0_45 When i open my previous project on new Netbeans version sysnthetica look and feel is not working :( other everything is ...
0
votes
2
answers
679
views
Synthetica JButton Margins
So, I have a Calendar solution for my employers where I am using a custom look and feel (Synthetica) and each cell in the table holds a JPanel with a list of buttons and a PAGE_AXIS BoxLayout. I am ...
1
vote
1
answer
3k
views
Adding custom Look & Feel using Netbeans
I need a bit of help. I'm experimenting with Java L&Fs, and I have absolutely no idea how to get Netbeans to actually change the look and feel. I'm using the Synthetica Blue Ice L&F, and in ...
0
votes
1
answer
927
views
Error text file generates when creating an exe file using exe4j
My program is created using Netbeans and I need to make a .exe to make a setup file using innosetup, so I used exe4j to make the exe. This is what generates in a text file when all the steps are done.
...
2
votes
2
answers
1k
views
jxdatepicker with Synthetica Aluoxide look and feel not working
I have created a simple frame in netbeans and used SyntheticaAluOxide look and feel.
then i added the JXDatePicker from palette to frame;
now when i try to run the code. The program is throwing ...
0
votes
0
answers
774
views
Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: You must supply an InputStream,
I'm trying to costumize a Synthetica theme in netbeans as this article shows :
http://www.jyloo.com/news/?pubId=1335947397000
So, I created the costum.xml file and I added it to my project folder as ...
0
votes
1
answer
3k
views
Integrating Java Look And Feel into Application in netbeans
I'm devloping a java program using netbeans
I added a look and feel to GUI application which is Synthetica AluOxide Look and Feel from this website : http://www.javasoft.de/synthetica/themes/ .
I ...