https://github.com/shivam5992/realtext
College Project - Basic text editor in java
https://github.com/shivam5992/realtext
Last synced: 6 months 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 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-17T18:25:55.000Z (over 12 years ago)
- Last Synced: 2025-04-12T22:44:22.722Z (6 months ago)
- Language: Java
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 1
- 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.