Creating a main window and menus

As described in the previous chapter ' Creating a basic application', App.class creates and displays the main window of application SimplyHTML. For doing so, it uses another class defining the actual elements and functionality of the main window, class FrmMain.java.

Class FrmMain mainly has two areas of functionality in stage 1:

This section explains class FrmMain and its functions.