rhit-hueyee / CustomTextEditor

This is a custom text editor I want to make for my own use
0 stars 0 forks source link

Threading #14

Open rhit-hueyee opened 7 months ago

rhit-hueyee commented 7 months ago

I know what threading is. I know I probably should have it in this program, especially since there is a GUI. I do not know the WHY for threading with GUI and HOW I should implement it with the GUI.

rhit-hueyee commented 4 months ago

I have recently learned that Java Swing Listeners pass things along using the Event Dispatch Thread, so technically there is threading without me having to do anything. However, I should research this more.