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?



How can you draw using Swing components?..

Answer / 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

More Swing Interview Questions

What are swings awt?

0 Answers  


What is java swing application?

0 Answers  


What are the differences between Swing and AWT?

0 Answers  


how to give transparency for JComboBox,JListBox and JTable

2 Answers   TCS,


What is swing in java javatpoint?

0 Answers  


What is the default look and feel of a Swing Component?

3 Answers  


Explain the below Statement if(ae.getSource()==b1)

2 Answers   IPSG Systems, TCS,


What is meant by JFC?

6 Answers   Mindlogicx, SDS,


Is swing still used in java?

0 Answers  


Why swing is better than awt?

0 Answers  


What is container in java swing?

0 Answers  


Name the borders provided by Swing?

1 Answers   Accenture,


Categories