()
| 767 | //#endif |
| 768 | |
| 769 | public int getVHeight() { |
| 770 | int itemVHeight = Math.max(maxImgHeight, fontHeight); |
| 771 | if (getSecondString() != null) { |
| 772 | itemVHeight += FontCache.getFont(false, FontCache.baloon).getHeight() - 3; |
| 773 | } |
| 774 | |
| 775 | return Math.max(itemVHeight, cf.minItemHeight); |
| 776 | } |
| 777 | |
| 778 | public void drawItem(Graphics g, int ofs, boolean sel) { |
| 779 | int w = g.getClipWidth(); |
no test coverage detected