Uses of Class
net.damf.funkson.matrix.gui.MatrixInitWindow

Packages that use MatrixInitWindow
net.damf.funkson.matrix.gui   
 

Uses of MatrixInitWindow in net.damf.funkson.matrix.gui
 

Methods in net.damf.funkson.matrix.gui with parameters of type MatrixInitWindow
private  void MatrixGUI.initLogic(java.lang.String name, Numbor[][] matrix, MatrixInitWindow caller)
           
 

Constructors in net.damf.funkson.matrix.gui with parameters of type MatrixInitWindow
MatrixGUI(Matricks matrix, MatrixInitWindow caller)
           
MatrixGUI(java.lang.String name, int rowz, int colz, MatrixInitWindow caller)
           
MatrixGUI(java.lang.String name, Numbor[][] matrix, MatrixInitWindow caller)