Skip to content

Commit

Permalink
MAny changes in chart.java
Browse files Browse the repository at this point in the history
  • Loading branch information
tainfante committed Jan 24, 2018
1 parent 1c365e7 commit ef7eec3
Show file tree
Hide file tree
Showing 5 changed files with 244 additions and 195 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/application/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import javafx.scene.Scene;
import javafx.stage.Stage;
import mainwindow.CaptureController;
import plot.Plot;
import port.PortReader;

public class Main extends Application
Expand All @@ -25,6 +26,7 @@ public void start(Stage primaryStage) throws Exception
{
CaptureController.isActiveExport = false;
PortReader.getInstance().setStopReading(true);
Plot.getInstance().setStopPlotting(true);
});

primaryStage.show();
Expand Down
Loading

0 comments on commit ef7eec3

Please sign in to comment.