Window Action
class WindowAction( name: String, frame: JFrame, keyStroke: KeyStroke? = null, val action: () -> Unit) : AbstractAction
Content copied to clipboard
Constructors
Link copied to clipboard
fun WindowAction( name: String, frame: JFrame, keyStroke: KeyStroke? = null, action: () -> Unit)
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun removePropertyChangeListener(p0: PropertyChangeListener)
Content copied to clipboard
Link copied to clipboard