()
| 358 | } |
| 359 | |
| 360 | @Override |
| 361 | public int getLineCount() { |
| 362 | return this.getChatHeight() / 9; |
| 363 | } |
| 364 | |
| 365 | public static void highlightChatLine(ho chatComponent, int x, int y, int alpha) { |
| 366 | List<String> highlightWords; |
no test coverage detected