formatter.setPlaceholderCharacter('0');
} catch (ParseException e) {
logger.error("Parse error in creating time field", e);
}
timeField = new TimeTextField(formatter, calendar.get(Calendar.YEAR));
setLayout(new BoxLayout(this, BoxLayout.X_AXIS));
add(timeField);
add(yearBox);