How to make a note pad in java?
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
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?
If you don't understand my answer, don't ignore it, ask a question.
No, not specific anything. Thanks for reply.
Hmm, if you are trying to make a "notepad" using Java :
File file = new File("notepad.txt");