}
public static void main(final String[] args) {
IsisContext.setConfiguration(new TestProxyConfiguration());
new ImageFactory(new AwtTemplateImageLoaderInstaller().createLoader());
new AwtToolkit();
final ColorsAndFontsExample f = new ColorsAndFontsExample("Colors and Fonts");
f.setSize(800, 600);
f.show();