So what's the best practice, use a JFrame as the one that contains the main method, or just create a main class, and call the JFrame?
I'm not sure it matters at all, but i'm wondering if there are any advantages using the main in JFrame class or not?