aboutsummaryrefslogtreecommitdiffstats
path: root/src/jcgp/gui/handlers/InputHandlers.java
Commit message (Collapse)AuthorAgeFilesLines
* Added partial support for connection manipulation, now using a static ↵Eduardo Pedroni2014-11-241-0/+5
| | | | storage class for targetting.
* Fixed formatting, removed commented out code, added comments to handlers and ↵Eduardo Pedroni2014-11-241-1/+17
| | | | locking stuff.
* Visualisation features complete, seems to be quite stable. Behaves slightly ↵Eduardo Pedroni2014-11-241-2/+6
| | | | differently to before, but the source is cleaner and more maintainable. Now moving on to connection manipulation.
* Refactored handlers, separated into input, node and output files. Genes are ↵Eduardo Pedroni2014-11-181-0/+31
less functional now, ChromosomePane will deal with hand-wired connections.