aboutsummaryrefslogtreecommitdiffstats
path: root/doc/jcgp/gui/GUI.html
diff options
context:
space:
mode:
authorEduardo Pedroni <ep625@york.ac.uk>2014-05-14 01:32:51 +0100
committerEduardo Pedroni <ep625@york.ac.uk>2014-05-14 01:32:51 +0100
commitc35a6806df01481c1b169cd0fc47660ea1cc10fb (patch)
tree7a9a90d88a9b962bcc091533997df798ac454423 /doc/jcgp/gui/GUI.html
parent95b4a9421923cec63b6e0e8f58972d146100bd0f (diff)
Refactored Mutable, commented a little bit of the GUI package
Diffstat (limited to 'doc/jcgp/gui/GUI.html')
-rw-r--r--doc/jcgp/gui/GUI.html14
1 files changed, 11 insertions, 3 deletions
diff --git a/doc/jcgp/gui/GUI.html b/doc/jcgp/gui/GUI.html
index 8b879fa..73bbe2a 100644
--- a/doc/jcgp/gui/GUI.html
+++ b/doc/jcgp/gui/GUI.html
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_05) on Tue May 06 14:28:06 BST 2014 -->
+<!-- Generated by javadoc (1.8.0_05) on Mon May 12 23:05:44 BST 2014 -->
<title>GUI</title>
-<meta name="date" content="2014-05-06">
+<meta name="date" content="2014-05-12">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../script.js"></script>
</head>
@@ -116,7 +116,15 @@ var activeTableTab = "activeTableTab";
<br>
<pre>public class <span class="typeNameLabel">GUI</span>
extends javafx.application.Application</pre>
-<div class="block">Main class for the graphical user interface (GUI)</div>
+<div class="block">Main class for the graphical user interface (GUI).
+ <br><br>
+ This class declares the main method used when running the GUI.
+ In addition, all main GUI panes are declared and instantiated here.
+ <br><br>
+ The user interface is divided into 3 main components: the node grid
+ (<a href="../../jcgp/gui/population/PopulationPane.html" title="class in jcgp.gui.population"><code>PopulationPane</code></a>), the control pane (<a href="../../jcgp/gui/settings/SettingsPane.html" title="class in jcgp.gui.settings"><code>SettingsPane</code></a>) and
+ the console (<a href="../../jcgp/gui/console/ConsolePane.html" title="class in jcgp.gui.console"><code>ConsolePane</code></a>). Click on any of the links in
+ brackets to see more information about each interface component.</div>
<dl>
<dt><span class="simpleTagLabel">Author:</span></dt>
<dd>Eduardo Pedroni</dd>