http://www.jpicedt.org

jpicedt.graphic.toolkit
Interface DialogManager

All Known Implementing Classes:
DefaultDialogManager

public interface DialogManager

Provides functionalities to show a dialog box in a GUI.


Method Summary
 void showDialog(JComponent p, String title, boolean modal)
          Wraps the given component in a dialog box appropriate for the current GUI, and makes it visible.
 

Method Detail

showDialog

void showDialog(JComponent p,
                String title,
                boolean modal)
Wraps the given component in a dialog box appropriate for the current GUI, and makes it visible.


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org