Add a new MDISettings to abstract the settings component behavior
The setSettingsAction(AbtractMDISettings) method in the setSettingsAction class has become setSettingsAction(MDISettings) and is now deprecated (but still exists). It is replaced by the setMDISettings(MDISettings) method
Add a new createDefaultMDISettings(String name) method in the MDIMenuFactory to create a default MDISettings
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Add a new MDISettings to abstract the settings component behavior
The setSettingsAction(AbtractMDISettings) method in the setSettingsAction class has become setSettingsAction(MDISettings) and is now deprecated (but still exists). It is replaced by the setMDISettings(MDISettings) method
Add a new createDefaultMDISettings(String name) method in the MDIMenuFactory to create a default MDISettings