`fun addComponent(c:Component) { this.components.p...
# getting-started
j
fun addComponent(c:Component) { this.components.put(c.javaClass, c) }