You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public class AddHaskellEvaluatorComponentAction extends PaintAction {
public AddHaskellEvaluatorComponentAction(PaintPanel panel) {
super(panel);
}
@Override
public boolean canPerformAction() {
return true;
}
@Override
public void performAction() {
EvaluateHaskellPaintComponent comp = new EvaluateHaskellPaintComponent("Use Data Display/Update to compute expression result", panel.getWidth() /2, panel.getHeight()/2);