This project is a starter template for building modern desktop applications using JetBrains Jewel with Compose for Desktop. It includes:
- A
DecoratedWindowwith a custom toolbar - Custom UI components styled with Jewel's IntUI theme
- Example dialog window for user interaction
- Customizable
DecoratedWindowwith title bar and toolbar - Modern, consistent UI design using JetBrains Jewel components
- Example dialog for confirmation actions
- Responsive and scalable layout
Ensure you have the following installed:
- Kotlin 2.1.0+
- OpenJDK 21 or later
- Gradle 8.9+
- JetBrains Runtime (JBR)
Note: JetBrains Jewel requires JetBrains Runtime (JBR) to run.
- Clone the repository:
git clone https://github.com/your-username/jewel-standalone-starter.git cd jewel-standalone-starter ./gradlew composeApp:run
Enjoy building with Jewel! 🚀