Home
last modified time | relevance | path

Searched refs:DateTimeDialog (Results 1 – 3 of 3) sorted by relevance

/onnv-gate/usr/src/cmd/krb5/kadmin/gui/dchanger/
H A DDateTimeDialog.java46 public class DateTimeDialog extends Dialog { class
96 public DateTimeDialog(Frame parent, Color background, Color foreground) { in DateTimeDialog() method in DateTimeDialog
477 DateTimeDialog.this.dateTimeDialogClose(true); in actionPerformed()
481 DateTimeDialog.this.dateTimeDialogClose(false); in actionPerformed()
485 DateTimeDialog.this.setCurrentTime(); in actionPerformed()
489 DateTimeDialog.this.setMidnight(); in actionPerformed()
497 HelpDialog(DateTimeDialog.this.parent, in actionPerformed()
H A DMakefile34 CLASSES=DCPanel DCListener DCTextField DCCircularTextField DateTimeDialog \
/onnv-gate/usr/src/cmd/krb5/kadmin/gui/
H A DKdcGui.java111 private DateTimeDialog dateTimeDialog = null;
2789 dateTimeDialog = new DateTimeDialog(frame, tf.getBackground(), in getDateTimeFromDialogBox()