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) {
Logger.getLogger(TimerPanel.class.getName()).log(Level.SEVERE, null, ex);
}
}