|
@@ -13,7 +13,7 @@ import de.tu_darmstadt.tk.SmartHomeNetworkSim.core.Model;
|
|
import de.tu_darmstadt.tk.SmartHomeNetworkSim.view.util.Utility;
|
|
import de.tu_darmstadt.tk.SmartHomeNetworkSim.view.util.Utility;
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Main class of the GUI, which combines the UserInterface and visualisation of the simulation.
|
|
|
|
|
|
+ * Main class of the GUI, which combines the UserInterface and visualization of the simulation.
|
|
*
|
|
*
|
|
* @author Andreas T. Meyer-Berg
|
|
* @author Andreas T. Meyer-Berg
|
|
*/
|
|
*/
|
|
@@ -48,7 +48,7 @@ public class MainFrame extends JFrame {
|
|
|
|
|
|
setTitle("Smart Home Network Simulator");
|
|
setTitle("Smart Home Network Simulator");
|
|
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
|
|
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
|
|
- this.setIconImage(Utility.loadFile("images/SmartHomeNetworkSim_icon.jpeg"));
|
|
|
|
|
|
+ this.setIconImage(Utility.loadFile("images/smartHome_icon.png"));
|
|
setLayout(new FlowLayout());
|
|
setLayout(new FlowLayout());
|
|
|
|
|
|
//Set initial size of the frame
|
|
//Set initial size of the frame
|
|
@@ -59,7 +59,7 @@ public class MainFrame extends JFrame {
|
|
this.setMinimumSize(new Dimension(640, 480));
|
|
this.setMinimumSize(new Dimension(640, 480));
|
|
|
|
|
|
/*
|
|
/*
|
|
- * Add Visualisation Panel
|
|
|
|
|
|
+ * Add Visualization Panel
|
|
*/
|
|
*/
|
|
//Could be a more complex panel later on (TabbedPanel, ScrollPanel, SplitPanel
|
|
//Could be a more complex panel later on (TabbedPanel, ScrollPanel, SplitPanel
|
|
panel = new VisualisationPanel(model, control);
|
|
panel = new VisualisationPanel(model, control);
|