| javax.swing.JFrame de.mcs.jmeasurement.gui.ReportViewer
ReportViewer | public class ReportViewer extends JFrame (Code) | | author: w.klaas |
Inner Class :final public static class ImagePanel extends JPanel | |
Constructor Summary | |
public | ReportViewer() This is the default constructor. |
ReportViewer | public ReportViewer()(Code) | | This is the default constructor.
|
getCenterWindowPosition | final public static Point getCenterWindowPosition(Dimension dimension)(Code) | | getting the center position of a dialog.
Parameters: dimension - dimensions of the dialog. Point the location the dialog must have. |
showAbout | final protected void showAbout()(Code) | | showing the about dialog.
|
showException | final public void showException(Throwable e)(Code) | | showing an error dialog.
Parameters: e - exception to show. |
showOptions | protected void showOptions()(Code) | | |
|
|