|
@@ -5,13 +5,13 @@
|
|
*/
|
|
*/
|
|
package camsucks;
|
|
package camsucks;
|
|
|
|
|
|
|
|
+import camsucks.model.ComputerModel;
|
|
import java.net.URL;
|
|
import java.net.URL;
|
|
import java.text.DecimalFormat;
|
|
import java.text.DecimalFormat;
|
|
import java.util.ResourceBundle;
|
|
import java.util.ResourceBundle;
|
|
import java.util.logging.Level;
|
|
import java.util.logging.Level;
|
|
import java.util.logging.Logger;
|
|
import java.util.logging.Logger;
|
|
import javafx.application.Platform;
|
|
import javafx.application.Platform;
|
|
-import javafx.beans.binding.Bindings;
|
|
|
|
import javafx.event.ActionEvent;
|
|
import javafx.event.ActionEvent;
|
|
import javafx.event.Event;
|
|
import javafx.event.Event;
|
|
import javafx.fxml.FXML;
|
|
import javafx.fxml.FXML;
|
|
@@ -37,8 +37,6 @@ public class FXMLViewController implements Initializable, Runnable {
|
|
//<editor-fold defaultstate="collapsed" desc="Data members">
|
|
//<editor-fold defaultstate="collapsed" desc="Data members">
|
|
private Thread t;
|
|
private Thread t;
|
|
|
|
|
|
-
|
|
|
|
-
|
|
|
|
private ComputerModel model;
|
|
private ComputerModel model;
|
|
|
|
|
|
@FXML
|
|
@FXML
|