Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Maddison Hughes   on Jan 17 In Java Category.

  
Question Answered By: Jennie Harris   on Jan 17


Actually paint is method  which call whenever class
is called. So, when you call it through f.show();
It is definitely paint that will be displayed.
for overcome it, you have to do it in some other
manual function. /paint is the program function

Share: