b0n541 / jskat

JSkat is a free software implementation of the game Skat in Java.

Home Page:https://www.jskat.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Content hidden on the very first launch

mlrdev opened this issue · comments

If the user launches the swing-based UI the very first time, the dimensions of the underlying panel are set to Integer.MIN_VALUE. This is fine for most users, if they expect content after re-sizing the window.

bug_content-size

To improve this a bit, one can set the initial content (no save-file is present) to 0.5 + screen-dimension.
This should work on either screensize / device (non-swing-projects)