{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreiaum72377jipmoujvq7vzesydot464cxno6nf4sjpt3rpf45yjyom",
    "uri": "at://did:plc:dxjzgxe7cvirxkwfjr2tjspt/app.bsky.feed.post/3mohp6bgv25n2"
  },
  "path": "/t/how-do-i-force-a-minimum-window-size/49626#post_1",
  "publishedAt": "2026-06-17T06:27:15.000Z",
  "site": "https://hub.jmonkeyengine.org",
  "textContent": "Hi jMonkey community.\n\nI have a question and hope to find the answer here.\n\nHow can I set a minimum window size on the application settings, or in any other way?\n\nI am trying the following code but it does not seem to work. I am using jME3.9.0-stable.\n\n\n    settings.setWidth(1920);\n    settings.setHeight(1080);\n    settings.setResizable(true);\n    settings.setMinResolution(1280, 720);\n    settings.setCenterWindow(true);\n\n\nI can still scale the window to a very tiny window.",
  "title": "How do I force a minimum window size?"
}