Skip to content

Commit

Permalink
docs: document Keybinder.Companion
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK committed Sep 12, 2024
1 parent 14bf209 commit 8df5493
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ class Keybinder : App(ListKeybindsView::class) {
FX.messages = ResourceBundle.getBundle("it.unibo.alchemist.l10n.KeybinderStrings")
}

/**
* Companion object for launching the GUI from java classes.
*/
companion object {
/**
* Function for launching the GUI from java classes.
Expand Down

0 comments on commit 8df5493

Please sign in to comment.