javaeclipsejframejtextpanejmenubar

Creating a simple text editor in Java


How to create a text editor like Notepad ? with functions like "New file", "Open file", "Save file", "formatting text" using Java's GUI elements.


Solution

  • My full project built in Eclipse, here's the link to Github:

    https://github.com/devanshu-netwuk/DevPad-Java-Based-Text-Editor

    enter image description here