()
| 263 | } |
| 264 | |
| 265 | @Override |
| 266 | public int getSleevesCount() { |
| 267 | if (FSkin.isLoaded()) { |
| 268 | return FSkin.getSleeves().size(); |
| 269 | } |
| 270 | return 0; |
| 271 | } |
| 272 | |
| 273 | @Override |
| 274 | public String showFileDialog(final String title, final String defaultDir) { |
nothing calls this directly
no test coverage detected