super(left, top, width, height, width, width);
this.applet = applet;
this.label = label;
// setup a new panel
panel = new Panel(left, top, width, height);
panel.setContent(this);
panel.setLabelBottomHeight(Fonts.LINE_HEIGHT + Fonts.LINE_SPACING);
panel.setLabelRightWidth(Fonts.LINE_HEIGHT + Fonts.LINE_SPACING);
// resize the control to fit the content width and lock the x axis