from org.ujmp.core.util.matrices import MandelbrotMatrix
m =MandelbrotMatrix();
m.showGUI()

