Originally posted by G Vanin:
Elizabeth,
can you give me any idea how do you want it to be distributed over pages?
Originally posted by G Vanin:
1)
PrinterJob prnJob;
prnJob.printDialog();
will display printdialog where you may choose printing properties (orientation, number of copies). It depends on OS, installed in OS printer driver, your printer/plotter and the size of the paper your printer works with
Usually printers or drivers permit configuration of headers, pages, footnotes, etc., etc.
2)
Why don't you export/write table data to file, import it to MS Excel (or any table editor) and format there?
Generally speaking, I just do not get the problem. Please explain
[This message has been edited by G Vanin (edited November 22, 2001).]
Originally posted by Shay Gaghe:
[B]Hi Alice!
Just for the record, you have to create new instance of JpopupMenu and use it as a container. you can contain what ever you want in this container and it will react as a popup menu:
best regards
Shay Gaghe
[This message has been edited by Shay Gaghe (edited November 11, 2001).][/B]
Originally posted by Shay Gaghe:
[B]Hi Elisabeth
You havent describe exactly what the situation you want to bring up the popup menu.
You want it to display by mouse over the button or you you want to right click on the button or else�?
Anyway here is a code that let you right clicking on the button and brings up the popup. If its not what you were looking for please let us know.
Shay Gaghe
[This message has been edited by Shay Gaghe (edited November 09, 2001).][/B]