To run the application make sure you have Gradle plug-in integrated with your Eclipse (sorry I do not provide instructions to other IDEs) and you perform the following steps:
- Click on "Run" menu
- Select "Run configurations..." menu item
- Double click the "Gradle project"
- In "Gradle Tasks" field put the following command:
desktop:run
- In "Working Directory" field put the following entry
${workspace_loc:/libgdx-window-example}
- Click on "Run" button
The components are packed using the Texture-Packer GUI: [https://code.google.com/archive/p/libgdx-texturepacker-gui/downloads]
The graphical components for the WindowWithTopRightCornerCloseButton are taken from: [https://opengameart.org/content/rpg-gui-construction-kit-v10]
This tutorial is kindly provided by Nuclear Pixels Project. Feel free to drop us a message!
If you have a specific request or an idea for adding a new window example contact me through contact form on the project Web-site.