throws Exception {
frame = new Frame();
frame.setTitle("Tag Decorator Test");
frame.setPreferredSize(480, 360);
Image tag = Image.load(getClass().getResource("go-home.png"));
frame.getDecorators().add(new TagDecorator(tag,
HorizontalAlignment.RIGHT, VerticalAlignment.TOP,
10, -10));