Search in sources :

Example 1 with ExportMonitorPanel

use of cbit.vcell.export.gui.ExportMonitorPanel in project vcell by virtualcell.

the class PDEDataViewer method getExportMonitorPanel1.

/**
 * Return the ExportMonitorPanel1 property value.
 * @return cbit.vcell.export.ExportMonitorPanel
 */
/* WARNING: THIS METHOD WILL BE REGENERATED. */
private ExportMonitorPanel getExportMonitorPanel1() {
    if (ivjExportMonitorPanel1 == null) {
        try {
            LineBorderBean ivjLocalBorder1;
            ivjLocalBorder1 = new LineBorderBean();
            ivjLocalBorder1.setLineColor(Color.blue);
            TitledBorderBean ivjLocalBorder;
            ivjLocalBorder = new TitledBorderBean();
            ivjLocalBorder.setBorder(ivjLocalBorder1);
            ivjLocalBorder.setTitle("Export jobs");
            ivjExportMonitorPanel1 = new ExportMonitorPanel();
            ivjExportMonitorPanel1.setName("ExportMonitorPanel1");
            ivjExportMonitorPanel1.setPreferredSize(new Dimension(453, 150));
            ivjExportMonitorPanel1.setBorder(ivjLocalBorder);
        } catch (java.lang.Throwable ivjExc) {
            handleException(ivjExc);
        }
    }
    return ivjExportMonitorPanel1;
}
Also used : LineBorderBean(org.vcell.util.gui.LineBorderBean) ExportMonitorPanel(cbit.vcell.export.gui.ExportMonitorPanel) TitledBorderBean(org.vcell.util.gui.TitledBorderBean) Dimension(java.awt.Dimension)

Aggregations

ExportMonitorPanel (cbit.vcell.export.gui.ExportMonitorPanel)1 Dimension (java.awt.Dimension)1 LineBorderBean (org.vcell.util.gui.LineBorderBean)1 TitledBorderBean (org.vcell.util.gui.TitledBorderBean)1