diff options
Diffstat (limited to 'doc/jcgp/gui/GUI.html')
-rw-r--r-- | doc/jcgp/gui/GUI.html | 14 |
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> |