The start of JMeter GUI could take a long time ( particularly from a remote directory ) and the user don't see anything at the screen during a long period. It can be a good thing to inform that JMeter starting with a SpashScreen and a progress bar. Just to avoid a "double launch" from one impatient user. I will add a PR on github to do it.
Date: Tue Jan 17 17:08:28 2017 New Revision: 1779215 URL: http://svn.apache.org/viewvc?rev=1779215&view=rev Log: Bug 60595: Add a SplashScreen at the start of JMeter GUI Contributed by maxime.chassagneux at gmail.com This closes #251 Bugzilla Id: 60595 Added: jmeter/trunk/src/core/org/apache/jmeter/SplashScreen.java (with props) Modified: jmeter/trunk/src/core/org/apache/jmeter/JMeter.java jmeter/trunk/xdocs/changes.xml
Thanks for contribution, commited.
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4230