Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EditorLibrary

Editor library

A collection of classes for creating simple text editor in various projects.

Eclipse was used for development. The program is written using Java and Swing. Java 11 is used, but for such a simple program the Java version does not matter.

How to open the project in Eclipse

Download the repository to your computer. In Eclipse, select "Import..." from the "File" menu. In the window that opens, select "Existing projects into workspace." Navigate to the folder with the downloaded repository and click "Finish." The project will open in Eclipse.

How to use the library

The ready-to-use library is located in the app folder. You should include this library in the project you're creating and specify in the project's module-info file: requires game.weekend.editorlibrary;.

The library is very simple, so you can simply browse its component classes. However, the best documentation is provided by the examples of using the library classes in the TextEdtor application. In this application, all library classes are located in the game.weekend.editorlibrary package and are not implemented as a standalone module.

Results

This library will come in handy. And I already know why :-).

Releases

Contributors

Languages