This site requires JavaScript, please enable it in your browser!
Greenfoot back

Comments for screenSize

Return to screenSize

A new version of this scenario was uploaded on 2017-05-05 18:55:22 UTC Now back to normal, the first upload was for the scenario image.
YehudaYehuda

2017/5/5

For some reason the Scores class seems to be a bit slow on the site, when I was using it regularly it was fine.
A new version of this scenario was uploaded on 2017-05-15 00:22:41 UTC Trying to make it not be so slow.
YehudaYehuda

2017/5/15

I figured out what needs to be done - now I just need to figure out how to do it.
A new version of this scenario was uploaded on 2017-05-15 23:13:32 UTC Still doing tests for the slow Scores.
A new version of this scenario was uploaded on 2017-05-15 23:24:04 UTC Still doing tests for the slow Scores.
A new version of this scenario was uploaded on 2017-05-15 23:26:33 UTC Still trying to fix the slow scores.
A new version of this scenario was uploaded on 2017-05-15 23:32:31 UTC Still trying to fix problems.
YehudaYehuda

2017/5/15

Here's the problem: I need the execution to be stopped when the Scores class is the active world, but I also need that the user can't reset the World. When I do Greenfoot.stop(); in the constructor then doing: PauseSimulationAction.getInstance().setEnabled(false); ResetWorldAction.getInstance().setEnabled(false); doesn't work (anymore). Any solutions?
YehudaYehuda

2017/5/17

For now you can just first pause the scenario, then press the "Scores" button (yes, it will still work).
A new version of this scenario was uploaded on 2017-05-30 01:50:33 UTC ProgressBar tests.
A new version of this scenario was uploaded on 2017-06-05 00:18:00 UTC ProgressBar tests.
YehudaYehuda

2019/12/13

I just got a ClassNotFoundException. (I forgot what to do in such cases.) Maybe it's because my Java is out of date. Here's what came up in the window which popped up when I clicked on "Details": Java Plug-in 11.121.2.13 x86 Using JRE version 1.8.0_121-b13 Java HotSpot(TM) Client VM