Package org.nuiton.jaxx.runtime.swing
Class JOptionPanes
- java.lang.Object
-
- org.nuiton.jaxx.runtime.swing.JOptionPanes
-
public class JOptionPanes extends Object
Created by tchemit on 11/10/17.- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Constructor Summary
Constructors Constructor Description JOptionPanes()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intaskUser(Component parent, String title, Object message, int typeMessage, Object[] options, int defaultOption)static intaskUser(Frame ui, JOptionPane pane, String title, Object[] options)static voiddisplayInfo(Component ui, String title, String text)static voiddisplayWarning(Component ui, String title, String text)
-