You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2015/12/08 22:45:11 UTC

svn commit: r1718717 - /jmeter/trunk/src/core/org/apache/jmeter/gui/action/AboutCommand.java

Author: pmouawad
Date: Tue Dec  8 21:45:11 2015
New Revision: 1718717

URL: http://svn.apache.org/viewvc?rev=1718717&view=rev
Log:
#resolve #43
Thanks

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/gui/action/AboutCommand.java

Modified: jmeter/trunk/src/core/org/apache/jmeter/gui/action/AboutCommand.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/gui/action/AboutCommand.java?rev=1718717&r1=1718716&r2=1718717&view=diff
==============================================================================
--- jmeter/trunk/src/core/org/apache/jmeter/gui/action/AboutCommand.java (original)
+++ jmeter/trunk/src/core/org/apache/jmeter/gui/action/AboutCommand.java Tue Dec  8 21:45:11 2015
@@ -112,10 +112,7 @@ public class AboutCommand implements Com
             panel.add(infos, BorderLayout.SOUTH);
         }
 
-        // NOTE: these lines center the about dialog in the
-        // current window. Some older Swing versions have
-        // a bug in getLocationOnScreen() and they may not
-        // make this behave properly.
+        // NOTE: these lines center the about dialog in the current window. 
         Point p = mainFrame.getLocationOnScreen();
         Dimension d1 = mainFrame.getSize();
         Dimension d2 = about.getSize();