Changes the progress bar depending on the platform. macOS changes the value for the entire App. Windows is not implemented for now Linux is not implemented for now @param progress The new progress bar value for this window @return this
(float progress)
| 395 | * @return this |
| 396 | */ |
| 397 | @NotNull @Contract("-> this") |
| 398 | public abstract Window setProgressBar(float progress); |
| 399 | |
| 400 | /** |
| 401 | * <p>Feed an event to Window’s listener. Same as getEventListener().accept(Event)</p> |
nothing calls this directly
no outgoing calls
no test coverage detected