Abstract Window Toolkit (AWT) Question:
Download Questions PDF

What does Realized mean?

Answer:

Realized mean that the component has been painted on screen or that is ready to be painted. Realization can take place by invoking any of these methods. setVisible(true), show() or pack().

Download AWT Interview Questions And Answers PDF

Previous QuestionNext Question
Why does JComponent class have add() and remove() methods but Component class does not?What are invisible components?