Questions tagged [synthetica]

18 questions
0
votes
0 answers

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 :…
Azer Rtyu
  • 329
  • 4
  • 9
  • 18
0
votes
1 answer

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 added the Synthetica.jar and syntheticaAluOxide.jar…
Azer Rtyu
  • 329
  • 4
  • 9
  • 18
0
votes
1 answer

Synthetica 2.17/SyntheticaAddons 1.8.1 and JXDatePicker/JXMonthView

I have a problem with Synthetica 2.17/SyntheticaAddons 1.8.1 and JXDatePicker/JXMonthView. I gave the code and exception below. Program code: import javax.swing.UIManager; import org.jdesktop.swingx.JXDatePicker; import…
Yulia Gurova
  • 108
  • 1
  • 2
  • 5
1
2