Hello Mike,

I have make some changes in ViewResultsFullVisualizer.java.
Now all Lines breaks after 70 chars. I think this is usefull, because I get
xml data back an that have no "\n" and so it is only one large row.
So please change Line 304 and more to this:

                                if(response != null)
                                {       
                                        JTextArea textArea = new
JTextArea();
                                        textArea.setText(response);

                                        textArea.setColumns(70);
                                        textArea.setLineWrap(true);
                                        textArea.setWrapStyleWord(true);

                                        gbc.gridx = 0;
                                        gridBag.setConstraints(textArea,
gbc);
                                        resultPanel.add(textArea);
                                }


And please change Line 197 in file TableDataModel.java to this:

                                return new Integer(rowIndex+1);

That causes the "View Results in a Table" to starts with 1 to count the
Sample No.

Thank you


Jochen Stiepel


Dresdner Bank AG
Unternehmensbereich P&G IT
Systeme f�r Produkte und Vertrieb
IT-Globale Multikanal Services
J�rgen-Ponto-Platz 1
60301 Frankfurt/Main

Tel     (069) 2 63-15 9 26
*       (069) 2 63-5 01 50
*       mailto:[EMAIL PROTECTED]
"       http://www.Dresdner-Bank.de




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to