Settings View
fun SettingsView( globalSettings: GlobalEnvironmentSettings, parent: JFrame, latestVersion: String = "", onUpdate: (Set<SettingsCategory>) -> Unit = {})
Content copied to clipboard
Construct a SettingsView.
Parameters
global Settings
The environment's GlobalEnvironmentSettings window.
parent
The parent JFrame that owns this SettingsView.
latest Version
The latest Avail Standard Library version or an empty string if not known.