Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shivam5992/realtext
College Project - Basic text editor in java
https://github.com/shivam5992/realtext
Last synced: 1 day ago
JSON representation
College Project - Basic text editor in java
- Host: GitHub
- URL: https://github.com/shivam5992/realtext
- Owner: shivam5992
- Created: 2013-07-17T18:12:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-17T18:25:55.000Z (over 11 years ago)
- Last Synced: 2024-04-16T03:51:50.678Z (8 months ago)
- Language: Java
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Java Text Editor
================A Basic text editor in java with functionalities like Cut, Copy and Paste.
It can open any existing text file, create a new text file.Run from cmd :
compile : javac -Xlint:deprecation Editor.java
Run : java EditorRun from eclipse :
Run the project ad Java Application.