Tuesday, 14 February 2012

What does Realized mean? | Core Java

Realized mean bassically is  component, Which has been painted on screen or that is ready to be painted. Realization can take place by invoking any of these methods. Which are following as : 
  1.  SetVisible(true),
  2.  Show() or
  3.  Pack().

No comments: