You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the emulator on my macbook (2022 M2), it cannot fit the whole panel on my screen even though the resolution is 2560 x 1664. Could it be that the Swing framework is misbehaving on macOS? Would it be possible to use a LayoutManager that allows window resizing? Thanks!
The text was updated successfully, but these errors were encountered:
macOS auto-scales the window for your screen size, even though in this situation it would be better not to. I don't think there's a way to disable this, as it is OS-wide. The window itself is resizable, though. Are elements cut off on your screen?
Not soo bad anymore, I have changed the scaling to the smallest setting in MacOS, so I am only missing the bottom of the window with the version and author (I think). I don't understand why your 1080p jFrame doesn't fit within a much higher resolution that is available. It feels like Swing is applying a scaling factor that blows it up, everything looks magnified
Here is the screenshot. If you compare the fonts in my in my menu bar top right to the app, they are quite a bit bigger and there is a lot of space between lines. Looking at it again, it seems that width is ok but line spacing is off https://imgur.com/a/r8KYu3S
When I run the emulator on my macbook (2022 M2), it cannot fit the whole panel on my screen even though the resolution is 2560 x 1664. Could it be that the Swing framework is misbehaving on macOS? Would it be possible to use a LayoutManager that allows window resizing? Thanks!
The text was updated successfully, but these errors were encountered: