Generated by
JDiff

Class java.awt.Component

Added Methods
void firePropertyChange(String, byte, byte) Reports a bound property change.
void firePropertyChange(String, char, char) Reports a bound property change.
void firePropertyChange(String, double, double) Reports a bound property change.
void firePropertyChange(String, float, float) Reports a bound property change.
void firePropertyChange(String, long, long) Reports a bound property change.
void firePropertyChange(String, short, short) Reports a bound property change.
Point getMousePosition() Returns the position of the mouse pointer in this Component's coordinate space if the Component is directly under the mouse pointer, otherwise returns null.
boolean isMaximumSizeSet() Returns true if the maximum size has been set to a non-null value otherwise returns false.
boolean isMinimumSizeSet() Returns whether or not setMinimumSize has been invoked with a non-null value.
boolean isPreferredSizeSet() Returns true if the preferred size has been set to a non-null value otherwise returns false.
void setMaximumSize(Dimension) Sets the maximum size of this component to a constant value.
void setMinimumSize(Dimension) Sets the minimum size of this component to a constant value.
void setPreferredSize(Dimension) Sets the preferred size of this component to a constant value.