aboutsummaryrefslogtreecommitdiffstats
path: root/src/jcgp/gui/constants/Position.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved GUI to its own repositoryHEADmasterEduardo Pedroni2015-03-091-103/+0
|
* Added partial support for connection manipulation, now using a static ↵Eduardo Pedroni2014-11-241-4/+4
| | | | storage class for targetting.
* Fixed formatting, removed commented out code, added comments to handlers and ↵Eduardo Pedroni2014-11-241-2/+0
| | | | locking stuff.
* Commented some new files, optimised some methods, moved as much setting up ↵Eduardo Pedroni2014-11-231-7/+72
| | | | as possible into the GUIGene constructors - ChromosomePane is slightly tidier now.
* Steps 1-4 complete, generic handlers for inputs, nodes and outputs are ↵Eduardo Pedroni2014-11-221-0/+2
| | | | working well. Output locking is next, also need to comment things.
* Refactored handlers, separated into input, node and output files. Genes are ↵Eduardo Pedroni2014-11-181-0/+38
less functional now, ChromosomePane will deal with hand-wired connections.