(final Graphics g)
| 644 | } |
| 645 | |
| 646 | private void drawInfoPanel (final Graphics g) { |
| 647 | int h=infobar.getVHeight()+1; |
| 648 | |
| 649 | g.setClip(0,0, width, h); |
| 650 | //#ifdef GRADIENT |
| 651 | ((MainBar)infobar).startColor = getMainBarBGnd(); |
| 652 | ((MainBar)infobar).endColor = getMainBarBGndBottom(); |
| 653 | //#endif |
| 654 | |
| 655 | infobar.drawItem(g, 0, false); |
| 656 | } |
| 657 | |
| 658 | private void drawMainPanel (final Graphics g) { |
| 659 | int h=mainbar.getVHeight()+1; |
no test coverage detected