Commit af2dc010 authored by Christopher Reis's avatar Christopher Reis

TrackerThread no longer blocks GUI

parent 9f67734a
...@@ -94,7 +94,7 @@ public class satelliteTree extends JInternalFrame { ...@@ -94,7 +94,7 @@ public class satelliteTree extends JInternalFrame {
BufferedImage img = null; BufferedImage img = null;
try { try {
img = ImageIO.read(new File("D:\\MyDocuments\\GitHub\\Satellite\\satellite.png")); img = ImageIO.read(new File("//C:\\Users\\Christopher\\Documents\\GitHub\\Satellite\\satellite.png"));
//D:\\MyDocuments\\GitHub\\Satellite\\satellite.png //D:\\MyDocuments\\GitHub\\Satellite\\satellite.png
//C:\\Users\\Christopher\\Documents\\GitHub\\Satellite\\satellite.png //C:\\Users\\Christopher\\Documents\\GitHub\\Satellite\\satellite.png
} catch (IOException e) { } catch (IOException e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment