* Creates Components,
*/
private void initialize() {
this.setLayout(new GridBagLayout());
this.enumerator = new TrackEnumerator();
this.settingsPanel = new TrackEnumSettingsPanel(enumerator
.getSettings());
this.execute = new JButton(LangageManager.getProperty("common.dialog.apply"));
this.execute.addActionListener(this);