Java Swing Programming Question:

What is lightweight component?

Java Swing Programming Interview Question
Java Swing Programming Interview Question

Answer:

A lightweight component is one that "borrows" the screen resource of an ancestor (which means it has no native resource of its own -- so it's "lighter").


Previous QuestionNext Question
What are heavyweight components ?What is double buffering ?