Preference « Graphics « Java Swing Q&A





1. Is there a good way to persist printer settings in a Swing app?    stackoverflow.com

We are using the new Java printing API which uses PrinterJob.printDialog(attributes) to display the dialog to the user. Wanting to save the user's settings for the next time, I wanted to do ...