Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jarlef

    Non-ending program with JOpenPane

    This little program: import javax.swing.*; public class Test { public static void main(String[] args) { JOptionPane.showMessageDialog(null, "Hello!"); } } ...shows the dialog box but does not seem to terminate as the Windows console remains open afterwards. It looks like...

Part and Inventory Search

Back
Top