I'm trying to implement a new Jframe in net beans with
JFrame frame = new JFrame("shooter");
however when it is run nothing is happening. I have run the same code in another IDE and it works fine however I am not seeing a JFrame on the screen. I ran a test to see weather everything was compiling and that there was no syntactical or lexical error so nothing seems to be wrong per say. Thanks.