Any interest in adding MigLayout to Jmeter

2009-04-06 Thread rdonovan

Hi Guys, 

As you probably know MigLayout is a popular, powerful and relatively simple
layout manager. 


 And JMeter my favorite testing tool has some less than pleasing layouts
which can  be a bit off putting to new users 


 Since I'm the 'show me type' I updated a number of Jmeter screens to use 
migLayout alignment

Interestingly I found this usually cuts down a lot of the code since most of
the alighment JPanels and VeriticalPanes are not needed. Examples of
modified screens are: 

  http://www.flickr.com/photos/crosswireit/3414811345/  Thread Panel
(current) 
and  http://www.flickr.com/photos/crosswireit/3414795393/  Thread Panel
updated   

http://www.flickr.com/photos/crosswireit/3415619572/  FTP Request Sampler
(current)  and  http://www.flickr.com/photos/crosswireit/3414797491/ Ftp
Request Updated   

  http://www.flickr.com/photos/crosswireit/3414812975/  Counter (current) 
and  http://www.flickr.com/photos/crosswireit/3415608052/  Counter updated   

  http://www.flickr.com/photos/crosswireit/3414812505/  JUnit Request
(current)and  http://www.flickr.com/photos/crosswireit/3415603274/ 
JUnit Request updated  

  http://www.flickr.com/photos/crosswireit/3415619014/  Ldap Request
(current)  
and  http://www.flickr.com/photos/crosswireit/3415603028/  Ldap request
updated   

  http://www.flickr.com/photos/crosswireit/3415618510/ Tcp Sampler Config
(current)   and  http://www.flickr.com/photos/crosswireit/3415602206/  Tcp
Sampler updated  

  http://www.flickr.com/photos/crosswireit/3415619572/ Ftp Request Sampler
current  and  http://www.flickr.com/photos/crosswireit/3414796985/ Ftp
Request Sampler updated  

http://www.flickr.com/photos/crosswireit/3418291019/ Web Service Soap
Request current  and  http://www.flickr.com/photos/crosswireit/3414794935/
Web Service Sampler updated 
 

You get the basic idea.

MiG Layout works with: Sun Java 1.4, 5.0, 6.0.  and requires adding the
MigLayout jar to the project. It is free to use for commercial and
non-commercial projects and has a BSD license.

I look forward to you feedback


Richard
-- 
View this message in context: 
http://www.nabble.com/Any-interest-in-adding-MigLayout-to-Jmeter-tp22915507p22915507.html
Sent from the JMeter - Dev mailing list archive at Nabble.com.


Re: Any interest in adding MigLayout to Jmeter

2009-04-07 Thread sebb
On 06/04/2009, rdonovan  wrote:
>
>  Hi Guys,
>
>  As you probably know MigLayout is a popular, powerful and relatively simple
>  layout manager.
>
>
>   And JMeter my favorite testing tool has some less than pleasing layouts
>  which can  be a bit off putting to new users
>
>
>   Since I'm the 'show me type' I updated a number of Jmeter screens to use
>  migLayout alignment
>
>  Interestingly I found this usually cuts down a lot of the code since most of
>  the alighment JPanels and VeriticalPanes are not needed. Examples of
>  modified screens are:
>
>   http://www.flickr.com/photos/crosswireit/3414811345/  Thread Panel
>  (current)
>  and  http://www.flickr.com/photos/crosswireit/3414795393/  Thread Panel
>  updated
>
>  http://www.flickr.com/photos/crosswireit/3415619572/  FTP Request Sampler
>  (current)  and  http://www.flickr.com/photos/crosswireit/3414797491/ Ftp
>  Request Updated
>
>   http://www.flickr.com/photos/crosswireit/3414812975/  Counter (current)
>  and  http://www.flickr.com/photos/crosswireit/3415608052/  Counter updated
>
>   http://www.flickr.com/photos/crosswireit/3414812505/  JUnit Request
>  (current)and  http://www.flickr.com/photos/crosswireit/3415603274/
>  JUnit Request updated
>
>   http://www.flickr.com/photos/crosswireit/3415619014/  Ldap Request
>  (current)
>  and  http://www.flickr.com/photos/crosswireit/3415603028/  Ldap request
>  updated
>
>   http://www.flickr.com/photos/crosswireit/3415618510/ Tcp Sampler Config
>  (current)   and  http://www.flickr.com/photos/crosswireit/3415602206/  Tcp
>  Sampler updated
>
>   http://www.flickr.com/photos/crosswireit/3415619572/ Ftp Request Sampler
>  current  and  http://www.flickr.com/photos/crosswireit/3414796985/ Ftp
>  Request Sampler updated
>
>  http://www.flickr.com/photos/crosswireit/3418291019/ Web Service Soap
>  Request current  and  http://www.flickr.com/photos/crosswireit/3414794935/
>  Web Service Sampler updated
>
>
>  You get the basic idea.
>
>  MiG Layout works with: Sun Java 1.4, 5.0, 6.0.  and requires adding the
>  MigLayout jar to the project. It is free to use for commercial and
>  non-commercial projects and has a BSD license.
>
>  I look forward to you feedback
>

It certainly looks like an easier to use layout manager, and the
license is compatible.

However, although there are certainly some GUI pages that could be
improved, AFAIK, they all work, and there are lots of bugs and
enhancements that take priority.

I suggest you create an enhancement request in Bugzilla, and maybe
attach or or two sample sources and images to it. [Or use links for
the images].

That will ensure that the suggestion is easier to track.

>  Richard
>
> --
>  View this message in context: 
> http://www.nabble.com/Any-interest-in-adding-MigLayout-to-Jmeter-tp22915507p22915507.html
>  Sent from the JMeter - Dev mailing list archive at Nabble.com.
>

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



Re: Any interest in adding MigLayout to Jmeter

2009-04-07 Thread Peter Lin
I have to say the look with MigLayout is nicer.

It looks like you've already patched JMeter. If you post patch in
bugzilla, I can apply the changes.

peter


On Tue, Apr 7, 2009 at 9:27 AM, sebb  wrote:
> On 06/04/2009, rdonovan  wrote:
>>
>>  Hi Guys,
>>
>>  As you probably know MigLayout is a popular, powerful and relatively simple
>>  layout manager.
>>
>>
>>   And JMeter my favorite testing tool has some less than pleasing layouts
>>  which can  be a bit off putting to new users
>>
>>
>>   Since I'm the 'show me type' I updated a number of Jmeter screens to use
>>  migLayout alignment
>>
>>  Interestingly I found this usually cuts down a lot of the code since most of
>>  the alighment JPanels and VeriticalPanes are not needed. Examples of
>>  modified screens are:
>>
>>   http://www.flickr.com/photos/crosswireit/3414811345/  Thread Panel
>>  (current)
>>  and  http://www.flickr.com/photos/crosswireit/3414795393/  Thread Panel
>>  updated
>>
>>  http://www.flickr.com/photos/crosswireit/3415619572/  FTP Request Sampler
>>  (current)  and  http://www.flickr.com/photos/crosswireit/3414797491/ Ftp
>>  Request Updated
>>
>>   http://www.flickr.com/photos/crosswireit/3414812975/  Counter (current)
>>  and  http://www.flickr.com/photos/crosswireit/3415608052/  Counter updated
>>
>>   http://www.flickr.com/photos/crosswireit/3414812505/  JUnit Request
>>  (current)    and  http://www.flickr.com/photos/crosswireit/3415603274/
>>  JUnit Request updated
>>
>>   http://www.flickr.com/photos/crosswireit/3415619014/  Ldap Request
>>  (current)
>>  and  http://www.flickr.com/photos/crosswireit/3415603028/  Ldap request
>>  updated
>>
>>   http://www.flickr.com/photos/crosswireit/3415618510/ Tcp Sampler Config
>>  (current)   and  http://www.flickr.com/photos/crosswireit/3415602206/  Tcp
>>  Sampler updated
>>
>>   http://www.flickr.com/photos/crosswireit/3415619572/ Ftp Request Sampler
>>  current  and  http://www.flickr.com/photos/crosswireit/3414796985/ Ftp
>>  Request Sampler updated
>>
>>  http://www.flickr.com/photos/crosswireit/3418291019/ Web Service Soap
>>  Request current  and  http://www.flickr.com/photos/crosswireit/3414794935/
>>  Web Service Sampler updated
>>
>>
>>  You get the basic idea.
>>
>>  MiG Layout works with: Sun Java 1.4, 5.0, 6.0.  and requires adding the
>>  MigLayout jar to the project. It is free to use for commercial and
>>  non-commercial projects and has a BSD license.
>>
>>  I look forward to you feedback
>>
>
> It certainly looks like an easier to use layout manager, and the
> license is compatible.
>
> However, although there are certainly some GUI pages that could be
> improved, AFAIK, they all work, and there are lots of bugs and
> enhancements that take priority.
>
> I suggest you create an enhancement request in Bugzilla, and maybe
> attach or or two sample sources and images to it. [Or use links for
> the images].
>
> That will ensure that the suggestion is easier to track.
>
>>  Richard
>>
>> --
>>  View this message in context: 
>> http://www.nabble.com/Any-interest-in-adding-MigLayout-to-Jmeter-tp22915507p22915507.html
>>  Sent from the JMeter - Dev mailing list archive at Nabble.com.
>>
>
> -
> To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
> For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org
>
>

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



Re: Any interest in adding MigLayout to Jmeter

2009-04-08 Thread rdonovan

Ok thanks for the feedback I will create an enhancement request and post some
a patch for you 
guys to evaluate

Richard 



Peter Lin wrote:
> 
> I have to say the look with MigLayout is nicer.
> 
> It looks like you've already patched JMeter. If you post patch in
> bugzilla, I can apply the changes.
> 
> peter
> 
> 
> On Tue, Apr 7, 2009 at 9:27 AM, sebb  wrote:
>> On 06/04/2009, rdonovan  wrote:
>>>
>>>  Hi Guys,
>>>
>>>  As you probably know MigLayout is a popular, powerful and relatively
>>> simple
>>>  layout manager.
>>>
>>>
>>>   And JMeter my favorite testing tool has some less than pleasing
>>> layouts
>>>  which can  be a bit off putting to new users
>>>
>>>
>>>   Since I'm the 'show me type' I updated a number of Jmeter screens to
>>> use
>>>  migLayout alignment
>>>
>>>  Interestingly I found this usually cuts down a lot of the code since
>>> most of
>>>  the alighment JPanels and VeriticalPanes are not needed. Examples of
>>>  modified screens are:
>>>
>>>   http://www.flickr.com/photos/crosswireit/3414811345/  Thread Panel
>>>  (current)
>>>  and  http://www.flickr.com/photos/crosswireit/3414795393/  Thread Panel
>>>  updated
>>>
>>>  http://www.flickr.com/photos/crosswireit/3415619572/  FTP Request
>>> Sampler
>>>  (current)  and  http://www.flickr.com/photos/crosswireit/3414797491/
>>> Ftp
>>>  Request Updated
>>>
>>>   http://www.flickr.com/photos/crosswireit/3414812975/  Counter
>>> (current)
>>>  and  http://www.flickr.com/photos/crosswireit/3415608052/  Counter
>>> updated
>>>
>>>   http://www.flickr.com/photos/crosswireit/3414812505/  JUnit Request
>>>  (current)    and  http://www.flickr.com/photos/crosswireit/3415603274/
>>>  JUnit Request updated
>>>
>>>   http://www.flickr.com/photos/crosswireit/3415619014/  Ldap Request
>>>  (current)
>>>  and  http://www.flickr.com/photos/crosswireit/3415603028/  Ldap request
>>>  updated
>>>
>>>   http://www.flickr.com/photos/crosswireit/3415618510/ Tcp Sampler
>>> Config
>>>  (current)   and  http://www.flickr.com/photos/crosswireit/3415602206/
>>>  Tcp
>>>  Sampler updated
>>>
>>>   http://www.flickr.com/photos/crosswireit/3415619572/ Ftp Request
>>> Sampler
>>>  current  and  http://www.flickr.com/photos/crosswireit/3414796985/ Ftp
>>>  Request Sampler updated
>>>
>>>  http://www.flickr.com/photos/crosswireit/3418291019/ Web Service Soap
>>>  Request current  and
>>>  http://www.flickr.com/photos/crosswireit/3414794935/
>>>  Web Service Sampler updated
>>>
>>>
>>>  You get the basic idea.
>>>
>>>  MiG Layout works with: Sun Java 1.4, 5.0, 6.0.  and requires adding the
>>>  MigLayout jar to the project. It is free to use for commercial and
>>>  non-commercial projects and has a BSD license.
>>>
>>>  I look forward to you feedback
>>>
>>
>> It certainly looks like an easier to use layout manager, and the
>> license is compatible.
>>
>> However, although there are certainly some GUI pages that could be
>> improved, AFAIK, they all work, and there are lots of bugs and
>> enhancements that take priority.
>>
>> I suggest you create an enhancement request in Bugzilla, and maybe
>> attach or or two sample sources and images to it. [Or use links for
>> the images].
>>
>> That will ensure that the suggestion is easier to track.
>>
>>>  Richard
>>>
>>> --
>>>  View this message in context:
>>> http://www.nabble.com/Any-interest-in-adding-MigLayout-to-Jmeter-tp22915507p22915507.html
>>>  Sent from the JMeter - Dev mailing list archive at Nabble.com.
>>>
>>
>> -
>> To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
>> For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org
>>
>>
> 
> -
> To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
> For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Any-interest-in-adding-MigLayout-to-Jmeter-tp22915507p22954816.html
Sent from the JMeter - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org