private void refreshtitleset() {
   for (int i = 0; i < fieldnames.length; i++) {
     fieldtitleset.put(fieldnames[i], fieldtitles[i]);
   }
 }