i have a program where i can show details in the notepad using java programs..
here is my question..
How can i add info or edit info in notepad using java programs!!!
wi need ur help guys!!333333
Printable View
i have a program where i can show details in the notepad using java programs..
here is my question..
How can i add info or edit info in notepad using java programs!!!
wi need ur help guys!!333333
You mean edit notepad documents or have a java app that somehow controls notepad? Notepad files are usually text files, you can modify those in java using BufferedReaders and PrintWriter - or about 100 other methods.
Here is the java IO summary : Java IO
Go through it and see what can be of your help.
Goldest