()
| 55 | return null; |
| 56 | } |
| 57 | public int size() { |
| 58 | return icons != null ? icons.length : 0; |
| 59 | } |
| 60 | |
| 61 | public void drawImage(Graphics g, int index, int x, int y) { |
| 62 | if (0 <= index && index < icons.length) { |
no outgoing calls
no test coverage detected