public static void main(final String[] args) {
new IconGraphicExample();
}
protected void views(final Workspace workspace) {
ExampleContent content = new ExampleContent();
content.setupIconName("icon-a");
int[] size = new int[] { 12, 20, 40, 60, 85, 100 };
int x = 160;
for (int i = 0; i < size.length; i++) {
View view = new ExampleIconView(content, size[i]);