I've had a couple of emails recently around creating dialog boxes and using the various Java classes provided in the API. It seems a good time to post some links for beginner's to look at to get a taste for creating simple dialog boxes.
There are a couple of articles on Creating a Simple Message Dialog Box - Part I, Part II and Building an Input Dialog Box through the use of the JOptionPane class. The JDialog class can be used to Make a Modeless Dialog Box and finally, a look at How to Make a Password Dialog Box.
Related Code Examples:
Comments
No comments yet. Leave a Comment

