Thread: No output shown
View Single Post
  #5 (permalink)  
Old 07-10-2007, 10:26 AM
ai_2007 ai_2007 is offline
Member
 
Join Date: Jun 2007
Posts: 21
ai_2007 is on a distinguished road
showInputDialog
The showInputDialog is to accept input from the user. But since the import statement :

import static javax.swing.JOptionPane.*;


has already been declared, so there is no need to enter JOptionPane as always done.
Reply With Quote