Open a Printer Dialog in Java
This tutorial will teach you how to create a program that will open a printer dialog in Java. The printer dialog helps you to perform printing of documents.
So, now let's start this tutorial!
1. Open JCreator or NetBeans and make a java program with a file name of printDialog.java.
2. Import java.awt.print package.