fmt.setPlaceholderCharacter('0');
timeField = new JFormattedTextField(fmt);
timeField.setFont(fnt);
add(new RecycleButton(this), new GridBagConstraints(0, 0, 1, 1, 0.0d, 1.0d, GridBagConstraints.CENTER, GridBagConstraints.NONE, new Insets(0, 0, 0, 0), 0, 0));
add(timeField, new GridBagConstraints(GridBagConstraints.RELATIVE, 0, 1, 1, 1.0d, 1.0d, GridBagConstraints.CENTER, GridBagConstraints.HORIZONTAL, new Insets(0, 0, 0, 0), 0, 0));
add(new PlayButton(this), new GridBagConstraints(GridBagConstraints.RELATIVE, 0, 1, 1, 0.0d, 1.0d, GridBagConstraints.CENTER, GridBagConstraints.NONE, new Insets(0, 0, 0, 0), 0, 0));
add(new RecordButton(this), new GridBagConstraints(GridBagConstraints.RELATIVE, 0, 1, 1, 0.0d, 1.0d, GridBagConstraints.CENTER, GridBagConstraints.NONE, new Insets(0, 0, 0, 0), 0, 0));
add(new CloseButton(this), new GridBagConstraints(GridBagConstraints.RELATIVE, 0, 1, 1, 0.0d, 1.0d, GridBagConstraints.CENTER, GridBagConstraints.NONE, new Insets(0, 0, 0, 0), 0, 0));
} catch (ParseException ex) {