calendar.set(Calendar.SECOND, (Integer) seconds.getSelectedValue());
}
}
});
horizontalPanel.add(new PLabel("hh"));
horizontalPanel.add(hours);
horizontalPanel.add(new PLabel("mm"));
horizontalPanel.add(minutes);
horizontalPanel.add(new PLabel("ss"));
horizontalPanel.add(seconds);
return horizontalPanel;
}