[Bprocessor-commit] gl/src/net/sourceforge/bprocessor/gl GLView.java, 1.40, 1.41
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2006-09-11 12:47:43
|
Update of /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv5694/src/net/sourceforge/bprocessor/gl Modified Files: GLView.java Log Message: Refactoring of length-field Index: GLView.java =================================================================== RCS file: /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/GLView.java,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** GLView.java 11 Sep 2006 06:33:01 -0000 1.40 --- GLView.java 11 Sep 2006 12:47:32 -0000 1.41 *************** *** 198,210 **** lengthField.setText(value); } - - /** - * Set the lengthField display to two parameters - * @param x The first parameter - * @param y The second parameter - */ - public void setLength(double x, double y) { - lengthField.setText(x, y); - } /** --- 198,201 ---- |