phetsims / decaf

PhET Java Simulations converted to HTML5 using CheerpJ
1 stars 0 forks source link

Possible issue in Java sims from fixed size #119

Open KatieWoe opened 4 years ago

KatieWoe commented 4 years ago

Possible issue when running java sims in java caused by https://github.com/phetsims/decaf/issues/96. Noticed on Hanson with the Photoelectric sim. @samreid confirmed that sims that have the fixed size fix for cheerpj will not be able to adjust window size in the java version. Hanson has a high-res screen, and the java sim loads quite small. This causes the issue where needed elements are cut off and the sim is small and hard to see, without the ability to make the window bigger to fix this. There is a way to fix this incompatibility with high-res screens, but it is fairly involved.

KatieWoe commented 4 years ago

This is the high-res fix btw: fix

samreid commented 4 years ago

Would it be easy to take a screenshot or photo?

KatieWoe commented 4 years ago

I have the fix on my main computer, so give me a bit to boot up Hanson.

KatieWoe commented 4 years ago

toosmallwindow @samreid here you go