Some informational CET windows have been removed and consolidated into a new About CET window.
The following classes and functions have been removed:
cm.core.technologyPartners
:
Removed: public void showTechnologyPartners(Window parent, str key=null);
cm.core.legacy.oldAboutDialog
:
Removed: public class OldAboutDialog; Removed: public OldAboutDialog showOldAboutDialog(Window parent);
cm.core.ui.aboutDialog
:
Removed: public class AboutDialog; Removed: public void showAboutDialog(Window parent, str key=null);
cm.core.ui.cetAboutDialog
:
Removed: public class CetAboutDialog; Removed: public CetAboutDialog showCetAboutDialog(Window parent);
cm.win.technologyPartnersDialog
:
Removed: public class TechnologyPartnersDialog; Removed: public TechnologyPartnersDialog showTechnologyPartnersDialog(Window parent);
The following classes have their parent class changed:
cm.abstract.consumer.ConsumerAboutDialog: AboutDialog -> DialogWindow cm.abstract.consumerG2.ConsumerAboutDialog: AboutDialog -> DialogWindow
To show the new About CET dialog, call cm.core.ui.showAboutCet(Window parent)