Would you please let me know from where I can find a sample programfor writing a word editor program like Notepad?
Node pad example is bundled with J2SDK ..... you have a demo directory inyour SDK home i.e. SDK_HOME\demo\jfc\Stylepad
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).