kecupak Posted July 16, 2015 Share Posted July 16, 2015 Hi, how do i change the window title in my modpack? Quote Link to comment Share on other sites More sharing options...
SanAndreaP Posted July 16, 2015 Share Posted July 16, 2015 You can't (I don't even think you could with ASM, as it's set when the window is created) EDIT: see below. Quote Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! | mah twitter This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works. Link to comment Share on other sites More sharing options...
SanAndreaP Posted July 17, 2015 Share Posted July 17, 2015 Sure you can. Display.setTitle("Hello World!"); will set the title without any complaints. You just have to make sure you do it as early as you can (in the constructor of a mod or even using a Tweaker/Coremod) so that your custom title is displayed as early as possible. Oh, so you can alter it after the display is created... the more you know. Quote Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! | mah twitter This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works. Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.