Introduction to javax.swing Library. A Simple Notepad Application. Part 2
This is the second part of the A Simple Notepad Application tutorial. In this article you will see, how all the functions of the text editor are implemented.
So, we continue our work on the text editor. We have the graphical user interface.
First step to implement the functionality is to add shortcut keys to every menu item.
We will ise for this KeyAdapter.