benkoo / TensorCloud

A set of open-sourced computational services orchestrated by a tensor-based metalanguage.
GNU General Public License v3.0
12 stars 13 forks source link

nand2tetris: Hardware simulator program is badly scaled on screen #14

Closed alexcg1 closed 6 years ago

alexcg1 commented 6 years ago

I've actually found a fix, but recording here in case anyone else has the problem.

Java apps often misbehave when running on hidpi or retina screens, with elements appearing tiny. The fix is to install JDK version 9. That makes everything look normal

yangboz commented 6 years ago

Maybe it is java GUI framework related issue.