Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Does Swing contains any heavy weight component?

Answer Posted / karthik

Yes ok

Example:

import javax.swing.*;
import java.awt.*;
import java.awt.event.*;

public class xx extends JFrame
{

xx()
{
Container con=getContentPane();
//this Heavy weight component Button
con.add(new Button("hhhhhhhhhhhhhhhhh"));
setVisible(true);
setSize(200,300);
}
public static void main(String aa[])
{
new xx();
}
}

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to create image slideshow in java swing?

1164


What is Java Swing?

1131


What is an on stage swing?

1093


What do you mean by java swing?

1010


What is difference between swing and awt?

1027


Why do we use swing in java?

1030


Why should the implementation of any swing callback (like a listener) execute quickly?

1077


What is jpanel in java swing with example?

1056


What is event in java swing?

1010


What is a swing day?

1145


What is java swing package?

1012


Explain the difference between jfc & wfc.

1117


What is pane in swing?

994


What are the components of swing?

1052


What is the function of lightweight components used in swing?

1081