Gestione errori
This commit is contained in:
BIN
build/classes/guimybank/GUIMyBank$1.class
Normal file
BIN
build/classes/guimybank/GUIMyBank$1.class
Normal file
Binary file not shown.
BIN
build/classes/guimybank/GUIMyBank$2.class
Normal file
BIN
build/classes/guimybank/GUIMyBank$2.class
Normal file
Binary file not shown.
BIN
build/classes/guimybank/GUIMyBank$3.class
Normal file
BIN
build/classes/guimybank/GUIMyBank$3.class
Normal file
Binary file not shown.
BIN
build/classes/guimybank/GUIMyBank$4.class
Normal file
BIN
build/classes/guimybank/GUIMyBank$4.class
Normal file
Binary file not shown.
BIN
build/classes/guimybank/GUIMyBank$5.class
Normal file
BIN
build/classes/guimybank/GUIMyBank$5.class
Normal file
Binary file not shown.
Binary file not shown.
@@ -139,14 +139,29 @@
|
||||
</Properties>
|
||||
</Component>
|
||||
<Component class="javax.swing.JTextField" name="txtNome">
|
||||
<Events>
|
||||
<EventHandler event="focusGained" listener="java.awt.event.FocusListener" parameters="java.awt.event.FocusEvent" handler="txtNomeFocusGained"/>
|
||||
</Events>
|
||||
</Component>
|
||||
<Component class="javax.swing.JTextField" name="txtCognome">
|
||||
<Events>
|
||||
<EventHandler event="focusGained" listener="java.awt.event.FocusListener" parameters="java.awt.event.FocusEvent" handler="txtCognomeFocusGained"/>
|
||||
</Events>
|
||||
</Component>
|
||||
<Component class="javax.swing.JTextField" name="txtCodiceFiscale">
|
||||
<Events>
|
||||
<EventHandler event="focusGained" listener="java.awt.event.FocusListener" parameters="java.awt.event.FocusEvent" handler="txtCodiceFiscaleFocusGained"/>
|
||||
</Events>
|
||||
</Component>
|
||||
<Component class="javax.swing.JTextField" name="txtDataDiNascita">
|
||||
<Events>
|
||||
<EventHandler event="focusGained" listener="java.awt.event.FocusListener" parameters="java.awt.event.FocusEvent" handler="txtDataDiNascitaFocusGained"/>
|
||||
</Events>
|
||||
</Component>
|
||||
<Component class="javax.swing.JTextField" name="txtSaldoIniziale">
|
||||
<Events>
|
||||
<EventHandler event="focusGained" listener="java.awt.event.FocusListener" parameters="java.awt.event.FocusEvent" handler="txtSaldoInizialeFocusGained"/>
|
||||
</Events>
|
||||
</Component>
|
||||
<Component class="javax.swing.JButton" name="btnDataDiNascita">
|
||||
<Properties>
|
||||
|
||||
Reference in New Issue
Block a user