STROKE = new BasicStroke(2, BasicStroke.CAP_BUTT,
BasicStroke.JOIN_BEVEL, 0, new float[] { 4 }, 0);
}
@Override
public void paintHint(Graphics clipg) {
JApplet japplet = (JApplet) adaptable.getWidget();
JMenuBar jmb = japplet.getJMenuBar();
if (jmb != null) {
Rectangle bounds = adaptable.getContentPane().getBounds();
bounds.x = bounds.y = 0;
bounds = SwingUtilities.convertRectangle(adaptable.getContentPane(), bounds, adaptable.getRootPane());
clipg = clipg.create(bounds.x, bounds.y, bounds.width,