I thought I would mention that if I use the following LaF (lookAndFeel) setting for Windows, all the test programs work. Any other LaF setting breaks things. With that tidbit, what do you think is causing the breakdown with more enhanced themes? (using latest deprecation updated DLL)
swing.properties
swing.defaultlaf=com.sun.java.swing.plaf.basic
If I try that one, nothing at all shows here (the scriba process runs, but no window pops up). I've tried with
- com.sun.java.swing.plaf.motif.MotifLookAndFeel
- com.sun.java.swing.plaf.windows.WindowsLookAndFeel
, and not specifying any laf at all (resulting in the metal look, I think). The examples behave the exact same way with these three settings. That is, many of them don't run at all, some (like the colorpicker) get hung when you try the actions, some of them show empty windows with some content flickering if I resize the windows. And some of them work as I assume they should.
Doesn't the java console work with java apps? I can have it popup every time I run an applet to see what's going on under the hood, but I can't get it running with this.