Zusammenfassung der Ressource
Flussdiagrammknoten
- 1. JOptionPane.showMessageDialog.
- 2. JOptionPane.showInputDialog.
- 3. JOptionPane.showConfirmDialog.
- 4. JOptionPane.showOptionDialog.
- JOptionPane.showMessageDialog(null,"Mensaje");
- int numero=Integer.parseInt(JOptionPane.showInputDialog("Mensaje"));
- int resp=JOptionPane.showConfirmDialog(null,"Mensaje");
- JOptionPane.showOptionDialog(padre, mensaje, titulo, tipo de selección, tipo de mensaje, icono, opciones, valor inicial);
- Constantes para los BOTONES