1 | 1. Implement the Printable interface and provide the mechanism for imaging a page in a print(...) method |
2 | 2. Provide a way for the user to trigger the print operation such as button click |
3 |
3. When the user initiates printing, your application should:
|