It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Board index Programming Java Forum

Print to File Option in Java show blank titlebar

Print to File Option in Java show blank titlebar

Postby Sanjeev on Tue Apr 24, 2007 3:44 pm

Hi All,

I am facing a problem in java printing. I am using the native printing dialog. When i select print to file option, the print to file popup title is missing. Is it a java bug or i am missing something. Here is the code snippet


if (printJob.printDialog()) {
try {
printJob.print();
}
catch (Exception ex) {
ex.printStackTrace();
}
}
Sanjeev
 
Posts: 0
Joined: Tue Apr 24, 2007 3:36 pm

Who is online

Users browsing this forum: No registered users and 0 guests