| |
|
| javax.swing.JDialog org.columba.core.gui.base.InfoViewerDialog
InfoViewerDialog | public class InfoViewerDialog extends JDialog implements ActionListener(Code) | | Dialg showing information to the user. This can be either a URL to document
or a string.
author: fdietz |
Constructor Summary | |
public | InfoViewerDialog(String message) Creates a new info dialog showing the specified string. | public | InfoViewerDialog(URL url) Creates a new info dialog showing the contents of the given URL. | protected | InfoViewerDialog() Internal constructor used by the two public ones. |
InfoViewerDialog | public InfoViewerDialog(String message)(Code) | | Creates a new info dialog showing the specified string.
|
InfoViewerDialog | public InfoViewerDialog(URL url) throws IOException(Code) | | Creates a new info dialog showing the contents of the given URL.
|
InfoViewerDialog | protected InfoViewerDialog()(Code) | | Internal constructor used by the two public ones.
|
initComponents | protected void initComponents()(Code) | | |
|
|
|