|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SimpleDialog | |
|---|---|
| be.ugent.caagt.swirl.dialogs | Provides simple dialog windows with
slightly more possibilities than the standard JOptionPane dialogs. |
| Uses of SimpleDialog in be.ugent.caagt.swirl.dialogs |
|---|
| Methods in be.ugent.caagt.swirl.dialogs that return SimpleDialog | |
|---|---|
SimpleDialog |
DialogPanel.createDialog(java.awt.Component parent,
java.util.ResourceBundle bundle,
boolean modal)
Create a new dialog, centered on the given component, with this as its central panel. |
SimpleDialog |
DialogPanel.createDialog(java.awt.Component parent,
java.util.ResourceBundle bundle,
javax.swing.Icon icon,
boolean modal)
Create a new dialog, centered on the given component, with this as its central panel, displaying the given icon. |
SimpleDialog |
DialogPanel.createDialog(java.awt.Component parent,
java.lang.String title,
boolean modal)
Create a new dialog, centered on the given component, with this as its central panel. |
SimpleDialog |
DialogPanel.createDialog(java.awt.Component parent,
java.lang.String title,
javax.swing.Icon icon,
boolean modal)
Create a new dialog, centered on the given component, with this as its central panel, displaying the given icon. |
static SimpleDialog |
SimpleDialog.createSimpleDialog(java.awt.Component parent,
java.lang.String title,
boolean modal)
Creates a new simple dialog with the given component as a parent. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||