From: <dqu...@us...> - 2003-08-11 10:09:08
|
Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs1:/tmp/cvs-serv27412 Modified Files: EnvelopeWidget.java Log Message: set node array size to 10 Index: EnvelopeWidget.java =================================================================== RCS file: /cvsroot/jsynthlib/JSynthLib/core/EnvelopeWidget.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** EnvelopeWidget.java 6 Oct 2002 22:18:05 -0000 1.4 --- EnvelopeWidget.java 11 Aug 2003 10:09:05 -0000 1.5 *************** *** 26,31 **** setLayout (new BorderLayout ()); ! valueLabels=new JLabel [8]; ! values=new JTextField[8]; int j=0; for (int i=0; i<nodes.length;i++) --- 26,31 ---- setLayout (new BorderLayout ()); ! valueLabels=new JLabel [10]; ! values=new JTextField[10]; int j=0; for (int i=0; i<nodes.length;i++) |