Tuesday, 14 February 2012

Why does JComponent class have add() and remove() methods but Component class does not? | Core Java

JComponent is a subclass of Container and can contain other components and JComponents.

No comments: