Skip to Main Content

PrinterJob.getPrinterJob() printDialog() : dialog non modal

843807Jun 4 2010
Hello,

how is it possible to make dialog modal, from PrinterJob.getPrinterJob().printDialog() ?

in curent java version :

java -version
java version "1.6.0_20"
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
Java HotSpot(TM) Client VM (build 16.3-b01, mixed mode, sharing)

the dialog is not really modal, so it appears sometimes in application's background
Comments
Post Details
Added on Jun 4 2010
0 comments
477 views