SWT JFace Question:

What is ImageRegistry?

SWT JFace Interview Question
SWT JFace Interview Question

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.


Previous QuestionNext Question
Explain SWT and JFace?What is FontRegistry?