A collection of utility methods for the graphical user interface.
Defined in: GuiUtilities.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Method Attributes | Method Name and Description |
|---|---|
| <static> |
jls.gui.GuiUtilities.invokeAndWait(fn)
Calls a function synchronously in the GUI message thread.
|
| <static> |
jls.gui.GuiUtilities.invokeLater(fn)
Calls a function asynchronously in the GUI message thread.
|