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