gcc/libjava/java
Michael Koch 9c6637c8d9 2004-03-19 Michael Koch <konqueror@gmx.de>
* java/awt/image/AffineTransformOp.java
	(AffineTransformOp): Made public.
	* javax/swing/JComponent.java
	(listenerList): Made protected.
	(accessibleContext): Likewise.
	* javax/swing/JList.java
	(valueChanged): Dont use internal fields of ListSelectionEvent.
	* javax/swing/JViewport.java
	(getView): Dont use internal fields of Component.
	(addImpl): Likewise.
	* javax/swing/Timer.java
	(isRunning): Made public.
	(start): Likewise.
	(stop): Likewise.
	* javax/swing/UIDefaults.java
	(getInt): Made public.
	* javax/swing/plaf/basic/BasicListUI.java
	(mousePressed): Dont use internal fields of MouseEvent.
	(propertyChanged): Dont use internal fields of PropertyChangeEvent.
	* javax/swing/plaf/basic/BasicScrollBarUI.java
	(arrowIcon): Made static.
	* javax/swing/plaf/basic/BasicViewportUI.java
	(stateChanged): Dont use internal field on ChangeEvent.
	* javax/swing/text/JTextComponent.java
	(getUI): Call UIManager.getUI().
	(updateUI): Use getUI().

From-SVN: r79699
2004-03-19 20:42:39 +00:00
..
applet AppletContext.java: Fix typo and remove redundant modifiers. 2002-11-14 20:35:27 +00:00
awt 2004-03-19 Michael Koch <konqueror@gmx.de> 2004-03-19 20:42:39 +00:00
beans BeanDescriptor.java (BeanDescriptor): Set the FeatureDescriptor programmatic name. 2004-03-11 14:36:14 +00:00
io BufferedInputStream.java (marktarget): New field for max mark limit. 2004-03-11 14:41:47 +00:00
lang 2004-03-09 Michael Koch <konqueror@gmx.de> 2004-03-09 21:02:52 +00:00
math Font.java, [...]: Removed some redundant obj == null checks. 2003-11-11 12:22:20 +00:00
net 2004-03-16 Norbert Frese <postfach@nfrese.net> 2004-03-16 09:47:14 +00:00
nio 2004-03-18 Michael Koch <konqueror@gmx.de> 2004-03-18 21:32:22 +00:00
rmi Naming.java (lookup): Check if the first character of the filename returned by URL.getFile() is a '/'... 2003-12-26 23:23:55 +00:00
security Security.java: Don't use &nbsp; in the api doc. 2003-12-02 17:31:46 +00:00
sql Font.java, [...]: Removed some redundant obj == null checks. 2003-11-11 12:22:20 +00:00
text DateFormatSymbols.java: Fixed file name in copyright. 2004-03-12 11:24:03 +00:00
util Locale.java: Reverting my last patch and add a comment why the original version was okay. 2004-03-15 22:04:59 +00:00