Sunday, 18 October 2015

Creating a Story Writer in Java.

Today we are going to show you how to write and save documents over JAVA programming language. To reach our desired aim, I have personally created a StoryWriter – A program which helps its users to write story and save the story in a .txt file. Our sample program uses some manipulating streams available in JAVA.
The Program writes the story line by line and closes the file sockets as soon as it finds a break statement (Ctrl+ Z)  

Screen Shots:
[Fig. 1 Opening Screen]



























[Fig. 2  Story Write Screen]

Code:

0 comments :

Post a Comment