Jude is a desktop Java application useful for seeing the UIDefaults keys and values for a Java look and feel; this can be helpful with Swing programming. The name of the software is an acronym for Java User-Interface Defaults Explorer. Jude will also list the system properties. Here are two screenshots: In the first screenshot, clicking on the "L&F" button will display a popup menu listing the installed look and feels. Choosing a new L&F will update the table data on that page. Users can also add additional L&Fs to Jude with the following method:
The application requires Java 5 to build and execute. There is currently no help file, but there is tooltip text for most of the controls, so the interface should be easy to understand. The application is available here
(44K). To
run, just download the file and either double-click the file (from
an Explorer window) or enter the command "java -jar jude.jar"
(from a command prompt). The source code and Ant build script
can be downloaded from the Subversion repository on Assembla. |

