Java Swing Programming Question:

What is lightweight component?

Tweet Share WhatsApp

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").

Download Java Swing Programming PDF Read All 26 Java Swing Programming Questions
Previous QuestionNext Question
What are heavyweight components ?What is double buffering ?