How to make a note pad in java?
Printable View
How to make a note pad in java?
Are you asking about how to write a specific type of java program?
The first step would be to list all of the features you want the program to have.
Then work on the logic to implement those features.
Then research which java classes would be useful.
Then write some code.
Do you have any specific questions about the project?
No, not specific anything. Thanks for reply.
Hmm, if you are trying to make a "notepad" using Java :
Code :File file = new File("notepad.txt");