-
component classes
what are component classes?
In the GUI (Graphical User Interface) based frameworks like Applet etc., its used.
Examples of Components : buttons, checkboxes, and scrollbars of a typical Graphical User Interface etc., all are extended by the component classes.
- Component class is act as a listner class in Java.
If you not clear read the below :
The Component class is the abstract superclass of the Nonmenu-Related Abstract Window Toolkit components. Class Component can also be extended directly to create a lightweight component. A lightweight component is a component that is not associated with a native opaque window.
-
Re: component classes
I'm not sure I follow...is this a question? A point? A statement? You're previous posts have been similar to this. Quite often posts such as this are copied verbatim from a website, and quite often us moderators are stuck in a position of determining if the post is spam or not. If you don't want to be considered spam, I recommend posting replies to those that need help as opposed to out of the blue, random posts such as this that repeat what's been said over the internet ad nauseam.
-
Re: component classes