summaryrefslogtreecommitdiff
path: root/javax
Commit message (Collapse)AuthorAgeFilesLines
* Made imports specific, reformatted, wrote JavaDoc.Sascha Brawer2003-06-251-70/+92
|
* Made abstract, reformatted, wrote JavaDoc.Sascha Brawer2003-06-251-18/+68
| | | | (tabForCoordinate, getTabBounds, getTabRunCount): Made abstract.
* isPopupTrigger, getPopup: New methods.Sascha Brawer2003-06-251-35/+75
|
* JWindow(): Fix stubbed constructor to call JWindow(Frame).Sascha Brawer2003-06-251-0/+1
|
* JWindow(): Add stubbed constructor so that javax/swing/Popup.java compiles.Sascha Brawer2003-06-251-1/+5
|
* Initial check-in.Sascha Brawer2003-06-252-0/+328
|
* Initial check-in of new file.Sascha Brawer2003-06-251-0/+59
|
* Reformatted, wrote JavaDoc.Sascha Brawer2003-06-2510-173/+186
|
* State "Copyright (C) 2002, 2003" instead of only 2003, thus restoringSascha Brawer2003-06-2524-24/+24
| | | | | the original year. Thanks for Michael Koch <konqueror@gmx.de> for having noticed.
* 2003-06-25 Michael Koch <konqueror@gmx.de>Michael Koch2003-06-257-13/+32
| | | | | | | | | | | | * javax/swing/event/AncestorEvent.java, javax/swing/event/HyperlinkEvent.java, javax/swing/event/InternalFrameEvent.java, javax/swing/event/ListDataEvent.java, javax/swing/event/TableModelEvent.java: Compile fixes. * javax/swing/plaf/basic/BasicListUI.java, javax/swing/plaf/basic/BasicOptionPaneUI.java: Added missing methods to make it compile.
* 2003-06-24 Michael Koch <konqueror@gmx.de>Michael Koch2003-06-246-573/+406
| | | | | | | | | * javax/swing/event/AncestorEvent.java * javax/swing/event/HyperlinkEvent.java * javax/swing/event/InternalFrameEvent.java * javax/swing/event/ListDataEvent.java * javax/swing/event/TableModelEvent.java * javax/swing/event/TreeWillExpandListener.java
* Reformatted, wrote JavaDoc.Sascha Brawer2003-06-241-19/+19
|
* Made abstract, reformatted, wrote JavaDoc.Sascha Brawer2003-06-241-3/+17
|
* Re-written.Sascha Brawer2003-06-241-4/+35
|
* Reformatted, wrote JavaDoc.Sascha Brawer2003-06-242-38/+38
|
* Made abstract.Sascha Brawer2003-06-241-1/+1
|
* Re-written.Sascha Brawer2003-06-241-2/+72
|
* Reformatted, wrote JavaDoc.Sascha Brawer2003-06-242-22/+37
|
* Reformatted, wrote JavaDoc. serialVersionUID: New field.Sascha Brawer2003-06-241-4/+31
|
* Reformatted, wrote JavaDoc.Sascha Brawer2003-06-241-20/+21
|
* Reformatted, wrote JavaDoc.Sascha Brawer2003-06-241-6/+63
| | | | | | | | (delegate): New field. (IconUIResource): Store the delegate argument. (paintIcon, getIconWidth, getIconHeight): Forward the message to the delegate icon. VS: ----------------------------------------------------------------------
* Reformatted, wrote JavaDoc.Sascha Brawer2003-06-245-120/+207
|
* Re-written from scratch.Sascha Brawer2003-06-241-70/+272
|
* Dotted line and new wording for comments.Sascha Brawer2003-06-242-0/+0
|
* 2003-06-24 Michael Koch <konqueror@gmx.de>Michael Koch2003-06-241-8/+30
| | | | | | | | | | | | * javax/swing/Timer.java (listenerList): New member variable. (actions): Removed. (addActionListener): Use listenerList. (removeActionListener): Likewise. (getListeners): New method. (getActionListeners): New method. (fireActionPerformed): Made protected. (fireActionPerformed): Reimplemented.
* New image.Sascha Brawer2003-06-232-0/+0
|
* Reformatted; added JavaDoc.Sascha Brawer2003-06-231-22/+28
|
* Re-written.Sascha Brawer2003-06-231-12/+64
|
* Reformatted; added JavaDoc.Sascha Brawer2003-06-232-64/+73
|
* Made abstract; reformatted; added JavaDoc.Sascha Brawer2003-06-231-2/+11
|
* Reformatted. Added JavaDoc.Sascha Brawer2003-06-231-21/+23
|
* RolloverButtonBorder: New class.Sascha Brawer2003-06-231-1/+84
|
* getProgressBarBorder, getInternalFrameBorder: New method.Sascha Brawer2003-06-231-1/+65
|
* New image.Sascha Brawer2003-06-232-0/+0
|
* FieldBorder: New class.Sascha Brawer2003-06-231-4/+200
| | | | | | getTextFieldBorder: New method. MarginBorder.getBorderInsets: Amended to also retrieve the margin of javax.swing.text.JTextComponent.
* getMargin: Added stub implementation to allow compilation of ↵Sascha Brawer2003-06-231-0/+7
| | | | javax.swing.plaf.basic.BasicBorders.FieldBorder.
* New image.Sascha Brawer2003-06-231-0/+0
|
* Added BasicSplitPaneDivider.java, BasicSplitPaneUI.java.Sascha Brawer2003-06-221-0/+2
|
* SplitPaneBorder, SplitPaneDividerBorder: New inner classes. The uglySascha Brawer2003-06-221-1/+469
| | | | | | | appearance is intentional, each pixel gets painted in the same color as with the JDK. getSplitPaneBorder, getSplitPaneDividerBorder: New methods.
* Stubbed to allow compiling other classes.Sascha Brawer2003-06-222-0/+843
|
* Indicate the pixels drawn by SplitPaneDividerBorder on the edges that are ↵Sascha Brawer2003-06-213-0/+0
| | | | not adjacent to the JSplitPane contents.
* LineBorderUIResource: Note URL of enhancement request filed with Sun.Sascha Brawer2003-06-201-4/+2
|
* getLineColor: New method. Thanks to Michael Koch for having noticed the ↵Sascha Brawer2003-06-201-0/+9
| | | | omission.
* Close black border in upper half.Sascha Brawer2003-06-201-0/+0
|
* Corrected explanation of width.Sascha Brawer2003-06-201-0/+0
|
* New image.Sascha Brawer2003-06-201-0/+0
|
* serialVersionUID: Use same value as JDK 1.4.1_01 on GNU/Linux.Sascha Brawer2003-06-201-2/+4
|
* *** empty log message ***Sascha Brawer2003-06-202-0/+0
|
* MenuBarBorder: Re-written.Sascha Brawer2003-06-201-2/+176
| | | | getMenuBarBorder: New method.
* Forgot to add to commitMichael Koch2003-06-191-0/+1
|