Bug 61808

Summary: Fix main frame position
Product: JMeter - Now in Github Reporter: Philippe Mouawad <p.mouawad>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement CC: p.mouawad
Priority: P2    
Version: 3.3   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Philippe Mouawad 2017-11-23 22:16:45 UTC
https://github.com/apache/jmeter/pull/338


    Move JMeter window at the top the stacking order of any other windows. (Before: after start JMeter this window can be located under another window)
    Show JMeter window relative to default graphics device with relative size to it. (Problem now is if you have 2 monitors JMeter shows main frame with dimension relative to summary screen resolution. For example 2 monitors 1920x1080 are summarized to 3840x1080 and JMeter window width will be 80% from 3840)
Comment 1 Philippe Mouawad 2017-11-23 22:23:47 UTC
Author: pmouawad
Date: Thu Nov 23 22:21:45 2017
New Revision: 1816193

URL: http://svn.apache.org/viewvc?rev=1816193&view=rev
Log:
Bug 61808 - Fix main frame position
Contributed by by Artem Fedorov
This closes #338

Bugzilla Id: 61808

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/JMeter.java
    jmeter/trunk/src/jorphan/org/apache/jorphan/gui/ComponentUtil.java
    jmeter/trunk/xdocs/changes.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:38:11 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4610