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

How can you draw using Swing components?

Answer Posted / chandra rekha

use the getGraphics method to get an object of the graphics
class and with that object we can perform draw methods.
for example
public class myclass extends...implements ActionListener
{
...
...
....
public void actionPerformed(ActionEvent ae)
{
if(ae==....)
{
Graphics g=getGraphics();
g.drawLine(100,200,150,250);
}
}
.....

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the components of swing in java?

1027


What are the advantages of java swing over angular?

996


What is swing api?

1021


What is the use of double buffering in swings?

1082


Can a class be it?s own event handler? Explain how to implement this?

1039


Explain the difference between swing and jsf.

1169


What is an event handler in swing?

1197


What is the difference between applications and applets?

1155


Why swing is used in java?

1040


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

1077


What are the containers available in swing?

1049


What is import javax swing in java?

1022


Is swing part of core java?

1054


What is jfc swing in java?

1045


What are the various components of swing?

1007