Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Geeske Bakker   on Feb 15 In Java Category.

  
Question Answered By: Stacy Cunningham   on Feb 15

U can get the graphics  handler using the getGraphics factory method
and u can use it anywhere in ur application

Graphics g=getGraphics();

U can use this handler anywhere within ur application.preferred that scope of
g should be there.

Share: