aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/awt/Event.java
AgeCommit message (Collapse)AuthorFilesLines
2000-07-12Big AWT patch.Bryce McKinlay1-6/+3
From-SVN: r34976
2000-03-21Event.java: Add all the event type constants.Bryce McKinlay1-2/+131
2000-03-21 Bryce McKinlay <bryce@albatross.co.nz> * java/awt/Event.java: Add all the event type constants. (Event): Implemented constructors. (controlDown): Implemented. (metaDown): Implemented. (paramString): Stubbed. (shiftDown): Implemented. (toString): Implemented. (translate): Implemented. From-SVN: r32676
2000-03-07All files: Updated copyright information.Tom Tromey1-1/+1
* All files: Updated copyright information. * COPYING: New file. * COPYING.LIB: Removed. * LIBGCJ_LICENSE: We now use GPL + special exception. From-SVN: r32387
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey1-1/+1
From-SVN: r31504
1999-05-05Add AWT stubs and incomplete classes.Per Bothner1-0/+26
From-SVN: r26778