public ApplicationBroker() {
// Explicitly call the superclass constructor to prevent the implicit call
super();
this.setPreferences(new PreferencesDesc());
this.getPreferences().setConfirmCancel(new BooleanData(true, BooleanData.qq_Resolver.cVALUE));
this.getPreferences().setConfirmClear(new BooleanData(true, BooleanData.qq_Resolver.cVALUE));
this.getPreferences().setConfirmDelete(new BooleanData(true, BooleanData.qq_Resolver.cVALUE));
this.getPreferences().setConfirmClose(new BooleanData(true, BooleanData.qq_Resolver.cVALUE));
this.getPreferences().setConfirmMode(new BooleanData(true, BooleanData.qq_Resolver.cVALUE));
this.getPreferences().setConfirmRevert(new BooleanData(true, BooleanData.qq_Resolver.cVALUE));
this.getPreferences().setMaxRecords(new IntegerData(100));
//
// create an icon window
//