Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/krb5/kadmin/gui/dchanger/
H A DDateTimeDialog.java44 public class DateTimeDialog extends Dialog { class
94 public DateTimeDialog(Frame parent, Color background, Color foreground) { in DateTimeDialog() method in DateTimeDialog
475 DateTimeDialog.this.dateTimeDialogClose(true); in actionPerformed()
479 DateTimeDialog.this.dateTimeDialogClose(false); in actionPerformed()
483 DateTimeDialog.this.setCurrentTime(); in actionPerformed()
487 DateTimeDialog.this.setMidnight(); in actionPerformed()
495 HelpDialog(DateTimeDialog.this.parent, in actionPerformed()
H A DMakefile32 CLASSES=DCPanel DCListener DCTextField DCCircularTextField DateTimeDialog \
/titanic_44/usr/src/cmd/krb5/kadmin/gui/
H A DKdcGui.java111 private DateTimeDialog dateTimeDialog = null;
2789 dateTimeDialog = new DateTimeDialog(frame, tf.getBackground(), in getDateTimeFromDialogBox()