コード例 #1
0
 public static String getHome() {
   return Places.getUserDirectory().getAbsolutePath();
 }
コード例 #2
0
ファイル: Utils.java プロジェクト: phyloviz/phyloviz-main
 public static File getCacheStore() throws IOException {
   return Places.getCacheSubdirectory("welcome"); // NOI18N
 }