| Author |
Open and save and printing
|
yasir badshah
Greenhorn
Joined: Mar 14, 2002
Posts: 5
|
|
hi , i am developing a notepad like software so i i want to open, save and printing as in notepad can anybody give me little code about on this.
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
Open and save can be done with the core API. Have a look at the java.io package. Printing requires you use the Java Print Service API. Have a look at the javax.print package.
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
 |
|
|
subject: Open and save and printing
|
|
|