Esempio n. 1
0
 public static String getHome() {
   return Places.getUserDirectory().getAbsolutePath();
 }
Esempio n. 2
0
 public static File getCacheStore() throws IOException {
   return Places.getCacheSubdirectory("welcome"); // NOI18N
 }