()
| 97 | } |
| 98 | |
| 99 | protected void beginPaint() { |
| 100 | mainbar.setElementAt(" ("+getItemCount()+")",1); |
| 101 | mainbar.setElementAt(String.valueOf(getFreeSpace()),3); |
| 102 | } |
| 103 | |
| 104 | public int getItemCount() { |
| 105 | return archive == null ? 0 : archive.size(); |
nothing calls this directly
no test coverage detected