SWT JFace Question:

What is ImageRegistry?

Tweet Share WhatsApp

Answer:

The mapping between symbolic image names and SWT image objects is maintained by the ImageRegistry class until the SWT image objects are needed. It owns all the images registered with it and automatically disposes them when the SWT Display that creates the images is disposed.

Download SWT JFace PDF Read All 14 SWT JFace Questions
Previous QuestionNext Question
Explain SWT and JFace?What is FontRegistry?