Example #1
0
 @Override
 protected void paintComponent(Graphics g) {
   super.paintComponent(g);
   g.setColor(new Color(0xe0fffd));
   g.fillRect(getX(), getY() - ContributionManagerDialog.TAB_HEIGHT - 2, getWidth(), 2);
 }