Seems like a good idea - except perhaps when the test tree is very large.
I'll see about adding it, but there should probably be a property to
stop it happening, just in case.
S.
On 14/04/06, sumit shah <[EMAIL PROTECTED]> wrote:
> Dear JMeter-Users:
>
>
> As a convenience, is it possible to expand the JTree that represents the
> test plan by default? I've inserted the following code to
> Load.insertLoadedTree method that accomplishes this
>
> JTree jTree = GuiPackage.getInstance().getMainFrame().getTree();
> for(int i = 0; i < jTree.getRowCount(); i++) {
> jTree.expandRow(i);
> }
>
> Thanks,
> Sumit
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]