Guest User

Untitled

a guest
May 16th, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. if (prefs.nodeExists(newgui.noSelecionado.toString())) {
  2. prefs = prefs.node(newgui.noSelecionado.toString());
  3. password = prefs.get("password", "vazio");
  4.  
  5. try {
  6. if (file.getAbsolutePath().endsWith(".xml")) {
  7.  
  8. prefs.put("password", "");
  9.  
  10. prefs.exportNode(new FileOutputStream(file));
  11.  
  12. prefs.put("password", password);
Add Comment
Please, Sign In to add comment