|
Java™ by example!
|
|
|
How do I detect what version of Swing is installed?
One way to find out is to look at the UIDefaults key/value pairs to see what new keys have been introduced in what version. Here's an example, test it thouroughly. If anyone knows a better way, comment it here! GetSwingVersion.java:
Further Information
Author of answer: Joris Van den Bogaert
Comments to this answer are only viewable by members. Login or become a member!
|
|
|
|
|