Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Word editor

  Asked By: Madeline    Date: Apr 30    Category: Java    Views: 498
  

Would you please let me know from where I can find a sample program
for writing a word editor program like Notepad?

Share: 

 

2 Answers Found

 
Answer #1    Answered By: Louis Mason     Answered On: Apr 30

Node pad example is bundled with J2SDK ..... you have a demo directory in
your SDK home i.e. SDK_HOME\demo\jfc\Stylepad

 
Answer #2    Answered By: Hehet Chalthoum     Answered On: Apr 30

If you have installed jdk you can find  it in the following location
\\JAVA_HOME\demo\jfc\Notepad\ <file://\\JAVA_HOME\demo\jfc\Notepad\>
(JAVA_HOME is the jdk installation directory).

 
Didn't find what you were looking for? Find more on Word editor Or get search suggestion and latest updates.




Tagged: