Skip to content

Commit

Permalink
Documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ZILtoid1991 committed Jun 1, 2024
1 parent 3ad410b commit 77355cb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public class WindowHandler : InputListener, MouseListener, PopUpHandler {
setWindowToTop(w);
}
/**
* Adds a DefaultDialog as a message box.
* Creates a DefaultDialog as a message box, and displays it immediately.
* Params:
* title = Title of the window.
* message = The text that appears in the window.
Expand All @@ -109,7 +109,7 @@ public class WindowHandler : InputListener, MouseListener, PopUpHandler {
addWindow(new DefaultDialog(Point(mouseX, mouseY), width ,null, title, message));
}
/**
* Adds a DefaultDialog as a message box.
* Creates a DefaultDialog as a message box, and displays it immediately.
* Params:
* title = Title of the window.
* message = The text that appears in the window.
Expand All @@ -121,7 +121,7 @@ public class WindowHandler : InputListener, MouseListener, PopUpHandler {
getStyleSheet().getChrFormatting("windowHeader")), message));
}
/**
* Adds a DefaultDialog as a message box.
* Creates a DefaultDialog as a message box, and displays it immediately.
* Params:
* title = Title of the window.
* message = The text that appears in the window.
Expand Down

0 comments on commit 77355cb

Please sign in to comment.