DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11440>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11440

"Graph Results" doesn't display throughput number on small window

           Summary: "Graph Results" doesn't display throughput number on
                    small window
           Product: JMeter
           Version: 1.7.2
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Main
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


If the JMeter window is too small, the "throughput" value isn't displayed in
"Graph Results".  The problem is that:
  - graphInfoPanel uses a FlowLayout
  - FlowLayout.preferredLayoutSize() always claims that all of the subelements
will fit on one row, even if this is not the case
  - Thus, graphPanel's BorderLayout only allocates one row for graphInfoPanel,
even if more than one row is needed

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

Reply via email to