01: // DateField.java
02: // $Id: DateField.java,v 1.3 2000/08/16 21:37:48 ylafon Exp $
03: // (c) COPYRIGHT MIT and INRIA, 1996.
04: // Please first read the full copyright statement in file COPYRIGHT.html
05:
06: package org.w3c.tools.forms;
07:
08: import java.awt.Panel;
09:
10: import java.util.Date;
11:
12: class DateFieldEditor extends Panel {
13:
14: }
15:
16: public class DateField {
17: }
|