Esempio n. 1
0
  static {
    String val = ConfigurationLoader.checkAndGetProperty("user.home", null);

    if (val != null) {
      PREF_DIR = new File(val + File.separator + ".sshterm");
    }
  }