• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

atarw/material-ui-swing: A modern, Material Design UI for Java Swing

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

atarw/material-ui-swing

开源软件地址(OpenSource Url):

https://github.com/atarw/material-ui-swing

开源编程语言(OpenSource Language):

Java 100.0%

开源软件介绍(OpenSource Introduction):

Material-UI-Swing

Maven Central GitHub Workflow Status GitHub last commit GitHub All Releases

Description

GitHub issues GitHub pull requests Donation Gitter chat

A modern, Material Design UI for Java Swing

Overview

Repository

Maven

<dependency>
 <groupId>io.github.vincenzopalazzo</groupId>
 <artifactId>material-ui-swing</artifactId>
 <version>1.1.2</version>
</dependency>

Gradle (Groovy)

implementation 'io.github.vincenzopalazzo:material-ui-swing:1.1.2'

Gradle (Kotlin DSL)

implementation("io.github.vincenzopalazzo:material-ui-swing:1.1.2")

Others version here

Snapshot version

Each master version has a SNAPSHOT version that is the official version x.x.x + 1, so for example for the version v1.1.2-rc1 the version on if exist a new version of the master branch is v1.1.2-rc2-SNAPSHOT

An example of gradle configuration is reported below

Gradle (Kotlin DSL)

configurations.all {
    resolutionStrategy.cacheDynamicVersionsFor(0, "seconds")
    resolutionStrategy.cacheChangingModulesFor(0, "seconds")
}

repositories {
    ... other suff
    maven("https://oss.sonatype.org/content/repositories/snapshots")
}

dependencies {
    ... other stuff
    implementation("io.github.vincenzopalazzo:material-ui-swing:1.1.3-rc1-SNAPSHOT")
}

Code Style

We live in a world where robots can drive a car, so we shouldn't just write code, we should write elegant code.

This repository use google-java-format to maintains the code of the repository elegant, so before submit the code check the Java format with the following command on the root of the directory

./gradlew verifyGoogleJavaFormat

It any error are reported please run the following command to try to fix it

./gradlew googleJavaFormat

p.s: The gradle plugin work with all the JDK version >= 9 (or better with java byte code version compatible with the version 55.0)

For more details about the JDK support see the this issue and to know more about the Google Java code Style see the this reference

Build with Material-UI-Swing

List of projects with Material-UI-Swing theme

Contact us if you use this look and feel, so we can add your project to the list


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap