ADD:: javadoc

This commit is contained in:
mlwauben
2019-04-15 11:11:03 +02:00
parent 2b985344dc
commit 36fbcfedb8

View File

@@ -197,6 +197,10 @@ public class RegisterWindowController {
slideIn.play();
}
/**
* Shows an explanation of the application.
* @param event the click of the question mark button
*/
public void showExplanation(ActionEvent event) {
if (explainText.isVisible()) {
explainText.setVisible(false);