Changes Swing elements to dark style (as i see it)
- Creating a new Gradle project with IntelliJ (recommended)
- Creating a new Maven project with IntelliJ
- Creating a new Gradle project with Eclipse
- Creating a new Maven project with Eclipse
repositories {
maven { url "https://jitpack.io" }
mavenCentral()
}
dependencies {
implementation 'com.github.Demandss:darkswing:master-SNAPSHOT'
}<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<dependencies>
<dependency>
<groupId>com.github.demandss</groupId>
<artifactId>darkswing</artifactId>
<version>master-SNAPSHOT</version>
</dependency>
</dependencies>