Questions tagged [synthetica]
18 questions
2
votes
1 answer
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 monitor that is larger, and I maximize the window…

CallSign-Filter
- 1,283
- 1
- 9
- 12
2
votes
1 answer
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 working perfectly :)
try…

Dzshean
- 314
- 6
- 23
2
votes
2 answers
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 Exception as :
UIDefaults.getUI() failed: no…

Dnyaneshwar
- 101
- 16
1
vote
0 answers
How To add some arguments into JVM?
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…
1
vote
1 answer
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.com/SOBDTs4.png
This is what its suppose to look…
user5010141
1
vote
2 answers
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.NoClassDefFoundError:…

blackbishop
- 30,945
- 11
- 55
- 76
1
vote
1 answer
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 the coding where NetBeans has the Nimbus LF coding, I've…

Johan Brink
- 333
- 5
- 20
1
vote
1 answer
setting a synthetica look and feel in java
I'm using Netbeans as the IDE. I want to use SyntheticaOrangeMetallicLookAndFeel. I added the jar files to library. The following code segment is before the initcomponents() line inside the constructor.
try{
UIManager.setLookAndFeel(new…

chathura
- 3,362
- 6
- 41
- 68
1
vote
2 answers
Use SyntheticaBlackEye with java 7
I want to use the look and feel named SyntheticaBlackEye with my java application, so I downloaded the jar files of the look and feel from here then I put the jar file inside the library folder of my project then I set the look and feel like as…

Eslam Hamdy
- 7,126
- 27
- 105
- 165
0
votes
1 answer
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 extends JFrame
{
TestFrame()
{
…

Ashan
- 59
- 6
0
votes
0 answers
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 resize the window of my GUI application. I tried to…

omnomnom
- 190
- 1
- 12
0
votes
1 answer
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 value of…

Vlad
- 300
- 1
- 4
- 13
0
votes
1 answer
Java Syntettica look and feels
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 wonder that if I wasted time by learning swing.
Cause I know…

DELIGUCU
- 83
- 1
- 1
- 7
0
votes
2 answers
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 trying to reduce the gaps between each button so…

Rudi Kershaw
- 12,332
- 7
- 52
- 77
0
votes
1 answer
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.
Exception in thread "AWT-EventQueue-0"…

Damian
- 27
- 2
- 8