This page contains an archived post to the Java Answers Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
Notepad
Posted by Matt Gerrans on January 05, 2002 at 4:20 PM
> can you plzzzzz send me the code how to make notepad in java right now? i just want the code for how to make the notepad..i dont want it with extra facilities..plzzz help!!!
I think you need to more clearly present your specifications. For instance, you could simply do a System.getRunTime().exec("notepad") or you could re-invent the proverbial wheel and write one in Java, like the one in the Java WebStart demos. By the way, I think the source for that is available. - Matt
Replies:
|