Hi --
I have a Java app that shows a print dialog box so that the user can change the printer settings. Right before this pops up, I need to put a message box that reminds the user of what settings they need to use. Is there a simple way to do this (like the alert() in javascript)... or will I have to create a new class & create the message box myself?
I'd appreciate any advice -- thanks!