1. 26 Dec, 2000 4 commits
    • Daily bump. · e8f15a94
      From-SVN: r38489
      Jeff Law committed
    • MenuItem.java (paramString): Now protected. · b3b90f82
      	* java/awt/MenuItem.java (paramString): Now protected.
      
      	* java/awt/MenuShortcut.java: Implements Serializable.
      
      	* java/awt/MenuBar.java: Rewrote from scratch.
      
      	* java/awt/MenuComponent.java (removeNotify): Wrote.
      	Implements Serializable.
      
      	* java/awt/GridBagConstraints.java (GridBagConstraints): New
      	constructor.
      
      	* java/awt/CheckboxMenuItem.java: Wrote.
      
      From-SVN: r38488
      Tom Tromey committed
    • MenuContainer.java: Fixed typo. · 5472d195
      	* java/awt/MenuContainer.java: Fixed typo.
      
      	* Makefile.in: Rebuilt.
      	* Makefile.am (awt_java_source_files): Added SystemColor.java.
      	* java/awt/SystemColor.java: New file.
      
      	* java/awt/Color.java (rgba): Now package-private.
      
      	* java/awt/event/InputEvent.java (isAltGraphDown): New method.
      
      	* java/awt/event/ContainerEvent.java (getContainer): Renamed from
      	getComponent.
      
      	* java/awt/MenuItem.java (addNotify): New method.
      	(MenuItem(String,MenuShortcut)): New constructor.
      	(setLabel): Notify peer of change.
      	(setEnabled): Likewise.
      
      	* java/awt/GridLayout.java (toString): New method.
      
      	* java/awt/FlowLayout.java (LEADING, TRAILING): New constants.
      	(FlowLayout): Check for LEADING and TRAILING.
      	(setAlignment): Likewise.
      	(layoutContainer): Handle component orientation.
      
      	* java/awt/Component.java (orientatin): New field.
      	(setComponentOrientation): Wrote.
      	(getComponentOrientation): Wrote.
      
      	* java/awt/Event.java (Event): Implements Serializable.
      	(consumed): New field for serialization.
      	* java/awt/Dimension.java (Dimension): Implements Serializable.
      	* java/awt/Cursor.java (Cursor): Implements Serializable.
      	* java/awt/Container.java (Container): No longer abstract.
      
      	* java/awt/Choice.java: Wrote.
      	* java/awt/Checkbox.java: Wrote.
      	* java/awt/ItemSelectable.java: Documented.
      	* java/awt/CheckboxGroup.java: Wrote.
      
      	* java/awt/CardLayout.java (layoutContainer): Directly use fields
      	in other classes.
      	(getSize): Likewise.
      
      From-SVN: r38486
      Tom Tromey committed
    • FileDescriptor.java: Initialize fd to -1. · 83050e0d
      2000-12-24  Jeff Sturm  <jeff.sturm@commerceone.com>
      
      	* java/io/FileDescriptor.java: Initialize fd to -1.
      	Remove default constructor.
      
      From-SVN: r38485
      Jeff Sturm committed
  2. 25 Dec, 2000 1 commit
  3. 24 Dec, 2000 2 commits
  4. 23 Dec, 2000 10 commits
  5. 22 Dec, 2000 23 commits