From 01cb9f504c860bc1c037a44f3a76bf342a293d46 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Tue, 22 Mar 2016 12:28:35 -0400 Subject: General formatting cleanup and documentation update --- BJC-Utils2/src/main/java/bjc/utils/gui/SimpleDialogs.java | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'BJC-Utils2/src/main/java/bjc/utils/gui/SimpleDialogs.java') diff --git a/BJC-Utils2/src/main/java/bjc/utils/gui/SimpleDialogs.java b/BJC-Utils2/src/main/java/bjc/utils/gui/SimpleDialogs.java index 0acbd65..f18378e 100644 --- a/BJC-Utils2/src/main/java/bjc/utils/gui/SimpleDialogs.java +++ b/BJC-Utils2/src/main/java/bjc/utils/gui/SimpleDialogs.java @@ -51,6 +51,9 @@ public class SimpleDialogs { /** * Asks the user to pick an option from a series of choices. * + * @param + * The type of choices for the user to pick + * * @param parent * The parent frame for this dialog * @param title @@ -137,6 +140,7 @@ public class SimpleDialogs { /** * Get a value parsable from a string from the user. + * @param The type of the value parsed from the string * * @param parent * The parent component for dialogs. -- cgit v1.2.3