From f0e0d493d03819d41a9b19187e4e6fe7400f1432 Mon Sep 17 00:00:00 2001 From: La Programmatrice Verde Date: Tue, 17 Feb 2026 18:10:06 +0100 Subject: [PATCH] Nuova classe creata: ContoCorrente --- src/guimybank/ContoCorrente.java | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/guimybank/ContoCorrente.java diff --git a/src/guimybank/ContoCorrente.java b/src/guimybank/ContoCorrente.java new file mode 100644 index 0000000..5af72b0 --- /dev/null +++ b/src/guimybank/ContoCorrente.java @@ -0,0 +1,13 @@ +/* + * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license + * Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template + */ +package guimybank; + +/** + * + * @author Verde + */ +public class ContoCorrente { + +} \ No newline at end of file