Abstract Window Toolkit (AWT) Question:

What does Realized mean?

Tweet Share WhatsApp

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 PDF Read All 41 AWT Questions
Previous QuestionNext Question
Why does JComponent class have add() and remove() methods but Component class does not?What are invisible components?