Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: component classes

  1. #1
    Banned
    Join Date
    Aug 2011
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 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.


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default 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.

  3. #3
    Member Darryl.Burke's Avatar
    Join Date
    Mar 2010
    Location
    Madgaon, Goa, India
    Posts
    494
    Thanks
    8
    Thanked 48 Times in 46 Posts

    Default Re: component classes

    OTN Discussion Forums : User Profile for 877493
    All about casperl roh

  4. The Following User Says Thank You to Darryl.Burke For This Useful Post:

    copeg (August 8th, 2011)

Similar Threads

  1. [SOLVED] Painted component won't show up
    By Fermen in forum Object Oriented Programming
    Replies: 2
    Last Post: June 19th, 2011, 04:24 PM
  2. [SOLVED] how to get the row and column of a component gridlayout
    By prettynew in forum AWT / Java Swing
    Replies: 0
    Last Post: March 13th, 2011, 06:39 PM
  3. help needed to bind component
    By furqankhan in forum AWT / Java Swing
    Replies: 1
    Last Post: June 25th, 2010, 07:01 AM
  4. component
    By nasi in forum What's Wrong With My Code?
    Replies: 4
    Last Post: April 4th, 2010, 07:40 PM
  5. Replies: 3
    Last Post: February 1st, 2010, 12:24 AM