MCPcopy Create free account
hub / github.com/dorkbox/SystemTray / javaFxExample

Function javaFxExample

build.gradle.kts:92–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90
91val SourceSetContainer.javaFxExample: SourceSet get() = maybeCreate("javaFxExample")
92fun SourceSetContainer.javaFxExample(block: SourceSet.() -> Unit) = javaFxExample.apply(block)
93val SourceSetContainer.swtExample: SourceSet get() = maybeCreate("swtExample")
94fun SourceSetContainer.swtExample(block: SourceSet.() -> Unit) = swtExample.apply(block)
95

Callers 1

build.gradle.ktsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected