This post originated from an RSS feed registered with Java Buzz
by News Manager.
Original Post: Creating Dialog Boxes
Feed Title: Focus on Java
Feed URL: http://z.about.com/6/g/java/b/index.xml
Feed Description: java.about.com's Focus on Java
Latest Java Buzz Posts
Latest Java Buzz Posts by News Manager
Latest Posts From Focus on Java
Advertisement
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:
Creating Dialog Boxes originally appeared on About.com Focus on Java on Monday, October 31st, 2011 at 23:25:05.
Permalink | Comment | Email this
Read: Creating Dialog Boxes