From: Pavel V. <va...@us...> - 2002-07-26 09:58:20
|
Update of /cvsroot/javaprofiler/module/net/sourceforge/javaprofiler/module/actions In directory usw-pr-cvs1:/tmp/cvs-serv20916 Modified Files: AttachPanel.java Log Message: load default conectors properties into dialog box Index: AttachPanel.java =================================================================== RCS file: /cvsroot/javaprofiler/module/net/sourceforge/javaprofiler/module/actions/AttachPanel.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** AttachPanel.java 4 Jul 2002 18:21:12 -0000 1.3 --- AttachPanel.java 26 Jul 2002 09:58:15 -0000 1.4 *************** *** 118,121 **** --- 118,124 ---- add(tf, c); fields.add(tf); + + //PV + tf.setText( arg.value() ); i++; } *************** *** 186,189 **** --- 189,195 ---- /* * $Log$ + * Revision 1.4 2002/07/26 09:58:15 vachis + * load default conectors properties into dialog box + * * Revision 1.3 2002/07/04 18:21:12 stolis * Changes forced by new API. |