{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreidke4jtm5z5ovlfzjru5svevhnflj2j7xovgnclhndpgbjmtaotx4",
    "uri": "at://did:plc:dxjzgxe7cvirxkwfjr2tjspt/app.bsky.feed.post/3moitoun56ho2"
  },
  "path": "/t/solved-how-do-i-force-a-minimum-window-size-in-with-lwjgl2/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": "[SOLVED] How do I force a minimum window size in with LWJGL2?"
}