Buat file di java di rumah pengguna
String path = System.getProperty("user.home") + File.separator + "Documents";
File customDir = new File(path);
Black Bug
String path = System.getProperty("user.home") + File.separator + "Documents";
File customDir = new File(path);