/*
* configure dialog
*/
super(parent, LangageManager.getProperty("freedbpanel.matching"), true);
this.setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
this.addWindowListener(new DialogWindowListener());
this.setSize(600, 600);
this.setLocation(
PreferencesManager.getInt("entagged.screen.width") / 2 - 300,
PreferencesManager.getInt("entagged.screen.height") / 2 - 300);
this.getContentPane().setLayout(new GridBagLayout());