Ejemplo n.º 1
0
 public void store() throws IOException {
   store(DocearUserController.getActiveUser());
 }
Ejemplo n.º 2
0
 public String getSettingsPath() {
   return this.getSettingsPath(DocearUserController.getActiveUser());
 }
Ejemplo n.º 3
0
 public void load() throws IOException {
   loadSettings(DocearUserController.getActiveUser());
 }