()
| 362 | } |
| 363 | |
| 364 | @Override |
| 365 | public int getLineCount() { |
| 366 | return this.getChatHeight() / 9; |
| 367 | } |
| 368 | |
| 369 | public static void highlightChatLine(hh chatComponent, int x, int y, int alpha) { |
| 370 | List<String> highlightWords; |
no test coverage detected