5354555657585960616263
@Override public Region[] index(String path) { MainFrame mainFrame = MainFrame.getMainFrame(); try { this.path = path; this.dialog = new PasswordRequestFrame(path, mainFrame); return saveIndex(); } catch (Throwable e) { return null; } finally { System.gc();