Generated by
JDiff

Class javax.swing.SwingUtilities

Documentation changed from old to new.

Changed Methods
Rectangle computeUnion(int, int, int, int, Rectangle) Documentation changed from old to new.
Convenience method that calculates the union of two rectangles without allocating a new rectangle.
void paintComponent(Graphics, Component, Container, int, int, int, int) Documentation changed from old to new.
Paints a component c on an arbitrary graphics g in the specified rectangle specifying the rectangle's upper left corner and size.
void paintComponent(Graphics, Component, Container, Rectangle) Documentation changed from old to new.
Paints a component c on an arbitrary graphics g in the specified rectangle specifying a Rectangle object.