ADD:: javadoc
This commit is contained in:
@@ -197,6 +197,10 @@ public class RegisterWindowController {
|
|||||||
slideIn.play();
|
slideIn.play();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Shows an explanation of the application.
|
||||||
|
* @param event the click of the question mark button
|
||||||
|
*/
|
||||||
public void showExplanation(ActionEvent event) {
|
public void showExplanation(ActionEvent event) {
|
||||||
if (explainText.isVisible()) {
|
if (explainText.isVisible()) {
|
||||||
explainText.setVisible(false);
|
explainText.setVisible(false);
|
||||||
|
|||||||
Reference in New Issue
Block a user