public class JOptionPanes extends Object
| Constructor and Description |
|---|
JOptionPanes() |
| Modifier and Type | Method and Description |
|---|---|
static int |
askUser(Component parent,
String title,
Object message,
int typeMessage,
Object[] options,
int defaultOption) |
static int |
askUser(Frame ui,
JOptionPane pane,
String title,
Object[] options) |
static void |
displayInfo(Component ui,
String title,
String text) |
static void |
displayWarning(Component ui,
String title,
String text) |
Copyright © 2008–2019 Ultreia.io. All rights reserved.