Showing posts with label JOptionPane. Show all posts
Showing posts with label JOptionPane. Show all posts

Friday, February 8, 2013

Week-2: 2.7: Java Option Panes

Java Option Panes:

another useful class for accepting user input, and displaying results, is the JOptionPane class.
This is located in the javax.swing library. The JOptionPane class allows you to have input boxes
like this one:

Visit for Details: