1. 03 Jan, 2001 2 commits
    • * fold-const.c (fold_convert): Fix typo. · 55560b9d
      From-SVN: r38640
      Mark Mitchell committed
    • ScrollPane.java: Wrote. · f5826791
      	* java/awt/ScrollPane.java: Wrote.
      	* java/awt/peer/ScrollPanePeer.java (setBlockIncrement): New
      	method.
      
      	* java/awt/Panel.java (Panel()): Fixed.
      
      	* java/awt/Component.java (isShowing): Return false if no peer
      	exists, and true if component is visible and no parent exists.
      	(getLocationOnScreen): Wrote.
      	(getPreferredSize): Removed FIXME comment.
      	(getMinimumSize): Likewise.
      	(getAlignmentX, getAlignmentY): Wrote.
      	(list): Wrote.
      	(requestFocus): Wrote.
      	(transferFocus): Wrote.
      	(findNextFocusComponent): New method.
      	(hasFocus()): Wrote.
      	(checkImage): Wrote.
      	(enableEvents): Call setEventMask on the peer.
      
      	* java/awt/Container.java (list): Use super.list() to print self.
      	(findNextFocusComponent): New method.
      	(setLayout): Call invalidate.
      	(findComponentAt): Wrote.
      
      From-SVN: r38639
      Tom Tromey committed
  2. 02 Jan, 2001 38 commits