Hi Alan, >> Hi Alan, >> Thanks for your quick reply. >> Yes, we have code (and depend on libraries) that use, approximately: >> com.sun.java.swing.plaf > Are you sure you are using classes in this package directly? The L&F is > usually specified as a String.
We have also a product wich use Java WebStart and we use classes from com.sun.java.swing.plaf. We use in our product JGoodies Looks. And JGoodies Windows L&F extends some classes from this package. Here is one example: http://grepcode.com/file/repo1.maven.org/maven2/com.jgoodies/jgoodies-looks/2.5.3/com/jgoodies/looks/windows/WindowsLookAndFeel.java?av=f#71 Best regards, Andrej Golovnin
