{ System.out.println("Creating a new database entry"); createEntry(); } where: private void createEntry() { if (createDialog == null) { createDialog = new ...
確定! 回上一頁