How to display a YES/NO dialog and get user input
This entry is part of the Maximo Java Development series. In this little article I’m going to show how to display a dialog box with Yes/No or OK/Cancel buttons and how to capture the user’s input to execute some custom logic. For example, you have a Java method attached to a button on the toolbar […]
