SWT JFace Question:

What is FontRegistry?

SWT JFace Interview Question
SWT JFace Interview Question

Answer:

The FontRegistry maps between symbolic font names and SWT fonts. It owns all the fonts registered with it and automatically disposes them when the SWT Display that creates the fonts is disposed.


Previous QuestionNext Question
What is ImageRegistry?What is Dialog?