frame.addWindowListener( new HZWindowAdapter( frame, this ) );
setOpaque( true );
frame.setJMenuBar( flashcardsMenuBar );
ErrorMsgs errorMsgs = new ErrorMsgs( this );
// Create and set up the content pane
frame.getContentPane().add( this );
frame.setLocationRelativeTo( this );