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 server as webstart, strange things start to happen:

At some point my app generates a little JTable. Every time I mouse over that table, the app's JButtons or menus or any swing control in general will stop responding. My only option is to close the window and restart the application. Note that the interface seems not to be frozen but like it's lost its focus... if I try to click in any of the table's cells, the UI will still be responsive (not on the swing controls though).

If I get rid of Substance, the problem goes off and everything is working normally again. If I use another "skin" like JTattoo everything works flawlessly as well.

This only happens when I use the webstart. Does anybody know why..?

or better has any hints on how to fix it?

link|improve this question

72% accept rate
What version of substance are you using? I know there are some bugs relating to using tables as table cell renderers that have been fixed in more recent versions and forks. – shemnon May 6 '11 at 15:49
Sorry for the late responce. I am not quite sure about the version number but it was taken off kirillcool's github. Should normally be the latest version cause I initially used it around February 2011 and github states December 2010 as the latest modification date. Any clues on how I should go about it? – Konos5 May 14 '11 at 20:30
Use my insubstantial fork: github.com/insubstantial/insubstantial - it has some table renderer bugs fixed in it. – shemnon May 18 '11 at 15:48
Using the insubstantial the app won't even start when launched from within firefox..!any clues..? – Konos5 May 30 '11 at 14:58
Do you know exactly what files I need for insubstantial to work..? – Konos5 May 30 '11 at 14:59
show 3 more comments
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.