()
| 56 | |
| 57 | public int getImageIndex() { return iconIndex; } |
| 58 | public String toString(){ return name; } |
| 59 | |
| 60 | public void drawItem(Graphics g, int ofs, boolean sel) { |
| 61 | if (pos<10 && Config.getInstance().executeByNum) { |
no outgoing calls
no test coverage detected