Simple GUI Using JOptionPane

GUI stands for graphical user interface, so far everything that weve done till now has been command prompt base, which is very good for beginners as it allows you to know what is going on behind the scene until you are ready to start working with IDE’s. IDE stands for Integrated Development Environment. IDE’s makes programming a lot easier assuming you understand the basic concept; which is why we started off with the good old text editor.

Click here to read more