Generated by
JDiff

Class javax.swing.JComponent

Changed Methods
void disable() Documentation changed from old to new.
Now deprecated.
As of JDK version 1.1, replaced by java.awt.Component.setEnable(boolean).
TransferHandler getTransferHandler() Documentation changed from old to new.
Gets the transferHandler property.
boolean isMaximumSizeSet() Documentation changed from old to new.
Returns true if the maximum size has been set to a non-null value otherwise returns false.
boolean isMinimumSizeSet() Documentation changed from old to new.
Returns true if the minimum size has been set to a non-null value otherwise returns false.
boolean isPreferredSizeSet() Documentation changed from old to new.
Returns true if the preferred size has been set to a non-null value otherwise returns false.
void setTransferHandler(TransferHandler) Documentation changed from old to new.
Sets the transferHandler property which is null if the component does not support data transfer operations.
void enable() Documentation changed from old to new.
Now deprecated.
As of JDK version 1.1, replaced by java.awt.Component.setEnable(boolean).