()
| 670 | //#endif |
| 671 | |
| 672 | public int getVWidth() { |
| 673 | String str = (!cf.rosterStatus) ? getFirstString() : (getFirstLength() > getSecondLength()) ? getFirstString() : getSecondString(); |
| 674 | int wft = getFont().stringWidth(str); |
| 675 | |
| 676 | return wft + il.getWidth() + 4; |
| 677 | } |
| 678 | |
| 679 | public String toString() { |
| 680 | return getFirstString(); |
nothing calls this directly
no test coverage detected