From c5da56117c373b3400f62eddd7d33bcb8a45dfab Mon Sep 17 00:00:00 2001 From: Daniel Cortes Date: Thu, 3 Jan 2019 00:25:54 -0300 Subject: [PATCH] Mas documentacion y cambiados la mayoria de los action listeners por keybindings --- .idea/workspace.xml | 692 ++++++++++-------- database.sqlite | Bin 32768 -> 32768 bytes src/danielcortes/xyz/Main.java | 1 + .../xyz/controllers/ArqueoController.java | 87 ++- .../xyz/controllers/EgresosController.java | 40 +- .../xyz/controllers/IngresosController.java | 54 +- .../xyz/controllers/actions/NextAction.java | 41 ++ src/danielcortes/xyz/views/ManagerView.form | 15 +- src/danielcortes/xyz/views/ManagerView.java | 14 +- 9 files changed, 588 insertions(+), 356 deletions(-) create mode 100644 src/danielcortes/xyz/controllers/actions/NextAction.java diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 1252f74..5a98dc8 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -6,17 +6,20 @@ - + + + - + + @@ -72,90 +75,132 @@ - - - + + + - - + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -203,6 +248,7 @@ DAO mysql updateB + inputmap 2018 Daniel Cortes @@ -222,8 +268,6 @@ @@ -327,7 +373,6 @@ - @@ -354,10 +399,19 @@ + + + + + + + +