From c35a6806df01481c1b169cd0fc47660ea1cc10fb Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Wed, 14 May 2014 01:32:51 +0100 Subject: Refactored Mutable, commented a little bit of the GUI package --- doc/jcgp/gui/GUI.html | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'doc/jcgp/gui/GUI.html') 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 @@ - + GUI - + @@ -116,7 +116,15 @@ var activeTableTab = "activeTableTab";
public class GUI
 extends javafx.application.Application
-
Main class for the graphical user interface (GUI)
+
Main class for the graphical user interface (GUI). +

+ This class declares the main method used when running the GUI. + In addition, all main GUI panes are declared and instantiated here. +

+ The user interface is divided into 3 main components: the node grid + (PopulationPane), the control pane (SettingsPane) and + the console (ConsolePane). Click on any of the links in + brackets to see more information about each interface component.
Author:
Eduardo Pedroni
-- cgit v1.2.3