()
| 197 | } |
| 198 | |
| 199 | private int getHeight() { |
| 200 | Vector message=((PopUpElement)popUps.elementAt(0)).getMessage(); |
| 201 | |
| 202 | return getFontHeight()*(message.size()-startLine); |
| 203 | } |
| 204 | |
| 205 | private int getStrWidth(String string) { |
| 206 | return font.stringWidth(string); |
no test coverage detected