The class FrmMain

A window typically is represented by class JFrame of package javax.swing. To create the specific main window of application SimplyHTML, FrmMain extends JFrame by adding certain fields:

The fields are declared private to class FrmMain so that they can not be seen or manipulated outside class FrmMain.

In addition, class FrmMain adds several methods with functionality for

Above functions are described in more detail in the following chapters.