How to call print dialog box through JMenuItem? 0 Answer(s) 2 years and a month ago
Posted in : Java Beginners
What is the way to call the print dialog box through JMenuItem to print the current page like we can do in javascript by calling window.print() function?