What do I need to add to the main{} method to run the program?

Caporegime
Joined
12 Mar 2004
Posts
29,962
Location
England
Ok atm I have a wip program show below. My question is, what do I need to put in the main method so that the program will create a the PumpConsole object and execute the program (from a .jar file)?


I know that I have to convert the doubles to strings before JOptionPane will display them properly.
 
Last edited:
Back
Top Bottom