()
| 277 | @HiddenInAutocomplete |
| 278 | public void boot() { |
| 279 | browser_.properties.put(browser_.url, initialURL); |
| 280 | Drawing.dirty(this); |
| 281 | browser_.finishBooting(); |
| 282 | |
| 283 | |
| 284 | } |
| 285 | |
| 286 | @HiddenInAutocomplete |
| 287 | public void show() { |
| 288 | // System.out.println(" showing because show() called "); |
| 289 | |
| 290 | Optional<PresentationMode> o = find(PresentationMode._presentationMode, both()).findFirst(); |
no test coverage detected