DEVFYI - Developer Resource - FYI

45 Q What does Realized mean?

Swing AWT Interview Questions


(Continued from previous question...)

45 Q What does Realized mean?

A 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().

(Continued on next question...)

Other Interview Questions