()
| 213 | |
| 214 | |
| 215 | public void run() { |
| 216 | // location for theme.txt in the sketchbook folder |
| 217 | // (doing this in run() in case the sketchbook location has changed) |
| 218 | sketchbookFile = Theme.getSketchbookFile(); |
| 219 | |
| 220 | updateTheme(); |
| 221 | |
| 222 | // figure out if the current theme in sketchbook is a known one |
| 223 | //currentIndex = getCurrentIndex(); |
| 224 | updateCurrentIndex(); |
| 225 | |
| 226 | // invalidate(); |
| 227 | // pack(); |
| 228 | setVisible(true); |
| 229 | } |
| 230 | |
| 231 | |
| 232 | private void updateTheme() { |
nothing calls this directly
no test coverage detected