https://issues.apache.org/bugzilla/show_bug.cgi?id=47052

           Summary: Add support for MigLayout to simplify and enhance
                    existing a future gui layouts
           Product: JMeter
           Version: 2.3.3
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: PatchAvailable
          Severity: enhancement
          Priority: P3
         Component: Main
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: rdonovan2...@gmail.com


MigLayout is a popular, powerful and relatively simple layout manager that can
help improve exiting and future JMeter gui layouts

Existing screens that already have sample patches are:
# Counter 
# Thread Panel 
# FTP Request Sampler 
# JUnit Request 
# Ldap Request 
# Tcp Sampler Config 
# Ftp Request Sampler 
# Web Service Soap Request 

These will be attached to this enhancement.
In addition the MigLayout Jar will have to be added as a dependency to the
project. 

For the Miglayout.jar dependency requires the following 2 updates

The addition to build.properties 
   miglayout.jar   = ${lib.dir}/miglayout-3.6.jar

And to the build.xml the <path id="classpath"> sections
<pathelement location="${miglayout.jar}"/>

The patch for CounterConfigGui is attached.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

Reply via email to