Lines Matching refs:second
62 private DCCircularTextField second; field in DateTimeDialog
180 second = new DCCircularTextField("00", 2); in addFields()
181 second.setBackground(background); in addFields()
182 second.setForeground(foreground); in addFields()
216 topPanel.add(second, gbc); in addFields()
250 secondDCPanel.setListener(second); in addDCPanels()
330 second.addFocusListener(fl); in addFocusListeners()
355 checkErrorAndSet(second)); in updateFromGui()
421 second.setValue(calendar.get(Calendar.SECOND)); in setDate()
431 second.setValue(0); in setMidnight()
531 second.getValue()); in toString()