I am trying to do a simple Jform and call it from another class. I want to use this Jframe in a server client application, but I don\'t know how to open the JFrame class fro
Forgive me if this is naive, as Im not anything of a Java programmer... But isnt it just because you need to set visible?
Calculas CAL = new Calculas(); CAL.setVisible(true);