7576777879808182838485
super.paint(g, button); if(model.isRollover()) paintBorder(g, size); paintLights(model.lights(), g); } @Override protected void paintButtonPressed(Graphics g, AbstractButton b) { paintButton(g, b.getSize(), BackgroundColor.PRESSED);