Search in sources :

Example 1 with MathDescPanel

use of cbit.vcell.math.gui.MathDescPanel in project vcell by virtualcell.

the class MathematicsPanel method getMathDescPanel.

private MathDescPanel getMathDescPanel() {
    if (mathDescPanel == null) {
        mathDescPanel = new MathDescPanel();
        mathDescPanel.setName("MathDescPanel");
    }
    return mathDescPanel;
}
Also used : MathDescPanel(cbit.vcell.math.gui.MathDescPanel)

Aggregations

MathDescPanel (cbit.vcell.math.gui.MathDescPanel)1