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.
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.