This class is not intended to be extended. However, it is not marked as final
to allow users to subclass it for debugging purposes. In general it is recommended to use JPanel instances, not extend them. You can see this implementation style in the Forms tutorial classes. Rarely there's a need to extend JPanel; for example if you provide a custom behavior for #paintComponent
or #updateUI
.
@author Karsten Lentzsch
@version $Revision: 1.5 $
@see FormDebugUtils
|
|
|
|