@Override protected void paintChildren(Graphics g) { super.paintChildren(g); if (isBellVisible) { paintBell(g); } }
@Override protected void paintChildren(Graphics g) { super.paintChildren(graphics.getGraphics()); iPlatformComponentPainter cp = getComponentPainter(); if (cp != null) { float height = getHeight(); float width = getWidth(); cp.paint(graphics, 0, 0, width, height, iPainter.HORIZONTAL, true); } }