493494495496497498499500501
// Read from file // Choose file from file chooser window public void readFromFile(){ this.setDataOneDone = false; FileChooser fin = new FileChooser(); this.dataFilename = fin.selectFile(); this.read(fin); }