Example #1
0
 public void updateGSettings(
     String newDefaultLoc, String newFileLoc, String ownLoc, String language) {
   defaultLoc = newDefaultLoc;
   fileLoc = newFileLoc;
   writeSettings(ownLoc);
   this.language = language;
 }
Example #2
0
 public void updateCodeSettings(int codeLength, String codeType, String ownLoc) {
   this.codeLength = codeLength;
   this.codeType = codeType;
   writeSettings(ownLoc);
 }