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: [email protected]
ReportedBy: [email protected]
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: [email protected]
For additional commands, e-mail: [email protected]