setSize(640, 480);
// Center the window on the desktop
setLocationRelativeTo(null);
getContentPane().add(
expertPage = new ExpertPage(m_currentEditor, mediator,
m_qualanService));
// Listen to close event to be able to dispose of our temporary file
addWindowListener(this);
setDefaultCloseOperation(JFrame.DO_NOTHING_ON_CLOSE);