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