On Tue, 19 Mar 2024 01:14:29 GMT, Alexander Zvegintsev <[email protected]> wrote:
>> we need to add next to Pass/Fail a "Pause Timer" button, that > (a) stops the count down > (b) changes the Pause Timer to "Resume Timer" > ~~(c) disables Pass/Fail until the timer is resumed~~ > the test will not have to pause or be aware - only the PassFailJFrame > machinery. > ~~So the tester can do anything they want except exit the test in the paused > mode.~~ > > This PR implements everything except the (c). > I see nothing wrong with completing the test from the paused state, and it > does not add an extra click. > > > Example screenshots: > >  >  This pull request has now been integrated. Changeset: 581b1e29 Author: Alexander Zvegintsev <[email protected]> URL: https://git.openjdk.org/jdk/commit/581b1e29aebd425bade14d2ee46704a16187df5b Stats: 47 lines in 1 file changed: 35 ins; 2 del; 10 mod 8328402: Implement pausing functionality for the PassFailJFrame Reviewed-by: aivanov, prr ------------- PR: https://git.openjdk.org/jdk/pull/18368
