Last month I posted a few links around creating dialog boxes. To carry on that theme I thought it might be useful to look at some of the standard dialog boxes that the Java API provides.
To save you the hassle of creating your own custom dialog box, the Java API provides the JFileChooser class for presenting a file dialog to the user and the JColorChooser class for showing a color chooser dialog.
Related Articles:
Comments
No comments yet. Leave a Comment

