Posted By:
Rodney_Foley
Posted On:
Sunday, December 10, 2000 05:21 PM
How do you extend JComponent to make your custom GUI Component but disable the container methods with out over riding them, and so that a IDE will not think it is a container? (For example, JLabel does not over ride an container methods, but it is a JComponent but not a container.)