WindowUtils.createAndInstallRepaintWindowFocusListener(fDialog);
// listen for focus changes in the window so that we can update the focus state of the title
// panel (e.g. the font color).
fTitlePanel.addPropertyChangeListener(
WindowUtils.FRAME_ACTIVE_PROPERTY, createFrameFocusPropertyChangeListener());
new WindowDragger(fDialog, fTitlePanel);
}