The class Component is the abstract base class for the non menu user-interface controls of AWT . Component represents an object with graphical representation.
Read moreWhat are the components of a class in programming?
Class components to discuss include:
Read moreWhat is a component class?
A component class is the class associated with a page, component or mixin in your Tapestry web application . Classes for pages, components and mixins are all created in an identical way. They are pure POJOs (Plain Old Java Objects), typically with annotations and conventionally named methods.
Read more