Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 Editor

Run from eclipse :
Run the project ad Java Application.