This commit is contained in:
dirk.seibel
2025-03-05 10:06:23 +01:00
parent 3c6033d03c
commit 28ad2a3a36
7 changed files with 1606 additions and 0 deletions
@@ -0,0 +1,21 @@
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package javaapplication2;
/**
*
* @author dirk.seibel
*/
public class JavaApplication2 {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
// TODO code application logic here
}
}