Skip to content

Commit 4609b4e

Browse files
committed
add documentation for FancyMessageBox
1 parent 1f0fc89 commit 4609b4e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/org/teachingextensions/logo/utils/EventUtils/FancyMessageBox.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ public static String askForTextInput(String message, String title)
5252
* the text in the FancyMessageBox
5353
* @param title
5454
* the title of the FancyMessageBox
55+
* @param icon
56+
* a file and path that has an image for the MessageBox
5557
*/
5658
public static void showMesage(String message, String title, ImageIcon icon)
5759
{

0 commit comments

Comments
 (0)