home *** CD-ROM | disk | FTP | other *** search
- package javax.swing;
-
- final class UIManager$1 implements Runnable {
- // $FF: synthetic field
- private final String[] val$homeDir;
-
- // $FF: synthetic method
- UIManager$1(String[] var1) {
- this.val$homeDir = var1;
- }
-
- public void run() {
- this.val$homeDir[0] = System.getProperty("java.home", "<java.home undefined>");
- }
- }
-