From d11e0d8190d72009e4330c257e991b3b64e9d517 Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Fri, 7 Jul 2017 02:27:21 -0400 Subject: [PATCH] Fix java doc, make an about section, add the ubb logo --- .idea/misc.xml | 2 +- MT.iml | 4 + doc/allclasses-frame.html | 34 +- doc/allclasses-noframe.html | 30 +- doc/cl/cromer/mt/Automata.html | 813 ++++----- doc/cl/cromer/mt/Enlace.html | 1080 ++++++----- doc/cl/cromer/mt/Estado.html | 823 ++++----- doc/cl/cromer/mt/EstadosFinales.html | 918 +++++----- .../cromer/mt/EstadosFinalesController.html | 693 ++++--- doc/cl/cromer/mt/IndividualController.html | 1587 +++++++---------- .../cromer/mt/LeerXML.CustomErrorHandler.html | 691 ++++--- doc/cl/cromer/mt/LeerXML.html | 796 ++++----- doc/cl/cromer/mt/LoteController.html | 1141 +++++------- doc/cl/cromer/mt/MT.html | 792 ++++---- doc/cl/cromer/mt/Maquina.html | 1335 +++++++------- doc/cl/cromer/mt/MenuController.html | 864 +++++---- doc/cl/cromer/mt/TablaData.html | 1084 ++++++----- doc/cl/cromer/mt/class-use/Automata.html | 327 ++-- doc/cl/cromer/mt/class-use/Enlace.html | 428 +++-- doc/cl/cromer/mt/class-use/Estado.html | 552 +++--- .../cromer/mt/class-use/EstadosFinales.html | 320 ++-- .../class-use/EstadosFinalesController.html | 244 ++- .../mt/class-use/IndividualController.html | 242 ++- .../class-use/LeerXML.CustomErrorHandler.html | 244 ++- doc/cl/cromer/mt/class-use/LeerXML.html | 237 ++- .../cromer/mt/class-use/LoteController.html | 240 ++- doc/cl/cromer/mt/class-use/MT.html | 237 ++- doc/cl/cromer/mt/class-use/Maquina.html | 401 ++--- .../cromer/mt/class-use/MenuController.html | 240 ++- doc/cl/cromer/mt/class-use/TablaData.html | 293 ++- doc/cl/cromer/mt/package-frame.html | 60 +- doc/cl/cromer/mt/package-summary.html | 439 +++-- doc/cl/cromer/mt/package-tree.html | 354 ++-- doc/cl/cromer/mt/package-use.html | 338 ++-- doc/constant-values.html | 42 +- doc/deprecated-list.html | 13 +- doc/help-doc.html | 13 +- doc/index-files/index-1.html | 88 +- doc/index-files/index-10.html | 283 ++- doc/index-files/index-11.html | 257 ++- doc/index-files/index-12.html | 289 ++- doc/index-files/index-13.html | 472 +++-- doc/index-files/index-14.html | 308 ++-- doc/index-files/index-15.html | 268 ++- doc/index-files/index-16.html | 257 ++- doc/index-files/index-2.html | 191 +- doc/index-files/index-3.html | 211 +-- doc/index-files/index-4.html | 43 +- doc/index-files/index-5.html | 204 +-- doc/index-files/index-6.html | 32 +- doc/index-files/index-7.html | 41 +- doc/index-files/index-8.html | 297 ++- doc/index-files/index-9.html | 393 ++-- doc/index.html | 8 +- doc/overview-tree.html | 103 +- src/cl/cromer/mt/MT.java | 10 +- src/cl/cromer/mt/MenuController.java | 29 +- src/cl/cromer/mt/fxml/menu.fxml | 3 + src/cl/cromer/mt/fxml/mt.fxml | 8 +- src/cl/cromer/mt/images/UBBLogo.png | Bin 0 -> 51712 bytes 60 files changed, 10193 insertions(+), 11553 deletions(-) create mode 100644 src/cl/cromer/mt/images/UBBLogo.png diff --git a/.idea/misc.xml b/.idea/misc.xml index 804a155..41b3d81 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -50,7 +50,7 @@