Skip to content

ALPHA STAGE! Implemented in Java: JFrame GUI, character insertion/deletion, DoublyLinkedList, line-wrapping, persistent storage.

Notifications You must be signed in to change notification settings

seohyun-hwang/text-editor-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ALPHA STAGE! The code seems to be free of glitches, but it's not certain. Also, there are more features to be implemented but the essential functionalities are already there.
Description: Implemented in Java: JFrame GUI, character insertion/deletion, cursor-position change (using left/right arrow keys), DoublyLinkedList, line-wrapping, persistent storage.
Practice mission: Constructing LinkedLists out of ArrayLists; coordinating between GUI and behind-the-scenes; the GUI itself; user-input processing; OOP; persistent-storage management

To do: implementing word-wrapping (not just general line-wrapping), adding features for down/up arrow key, changing the cursor-position in response to mouse actions

Most of the project was developed within September 6-11, 2025.

Thank you for your attention.
~ Seohyun

About

ALPHA STAGE! Implemented in Java: JFrame GUI, character insertion/deletion, DoublyLinkedList, line-wrapping, persistent storage.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages