There is a main class its just there to run Init(): public static void main(String[] args) { SwingUtilities.invokeLater(Init::new); }
Mar 4, 2025
13 views