Display a blocking input dialog (or equivalent) to the user. The user will be presented with the specified options (typically from a combo box or similar); the return value is the user's selection, or null if the user cancelled.
@param title the title to display for the dialog
@param message the message to display describing the question
@param options the set of options available to the user
@param defaultOption the option which should be selected by default
@param hints used for platform-specific hints; may be null (same as "no hints")
@return the option chosen by the user (null if cancelled)
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.