All Projects → vincenzopalazzo → material-ui-swing

vincenzopalazzo / material-ui-swing

Licence: MIT license
♥️ A modern Material Design UI for Java Swing ♥️

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to material-ui-swing

Vuetify Material Dashboard
Vuetify Material Dashboard - Open Source Material Design Admin
Stars: ✭ 1,023 (+301.18%)
Mutual labels:  material-ui, material-theme
Material Theme
Material Theme, the most epic theme for Sublime Text 3 by Mattia Astorino
Stars: ✭ 11,093 (+4250.2%)
Mutual labels:  material-ui, material-theme
Material Dashboard
Material Dashboard - Open Source Bootstrap 5 Material Design Admin
Stars: ✭ 9,987 (+3816.47%)
Mutual labels:  material-ui, material-theme
uv-index
This is a work-in-progress (🔧️) ultraviolet index viewer app for demonstrating Instant Apps + Kotlin + Dagger + MVP
Stars: ✭ 64 (-74.9%)
Mutual labels:  material-ui, material-theme
material
🎨 Materialize your forum with this Flarum extension that uses the latest guidelines.
Stars: ✭ 14 (-94.51%)
Mutual labels:  material-ui, material-theme
Wi Pwn
ESP8266 Deauther ​with a material design WebUI 📶
Stars: ✭ 839 (+229.02%)
Mutual labels:  material-ui, material-theme
Nextjs Material Kit
NextJS version of Material Kit React by Creative Tim
Stars: ✭ 141 (-44.71%)
Mutual labels:  material-ui, material-theme
Vue Material Dashboard
Vue Material Dashboard - Open Source Material Design Admin
Stars: ✭ 403 (+58.04%)
Mutual labels:  material-ui, material-theme
Jekyll Material Theme
A Jekyll Theme based on Material Design using Materialize.
Stars: ✭ 165 (-35.29%)
Mutual labels:  material-ui, material-theme
Material Design Data
关于 Material Design 的一切资料都在这里
Stars: ✭ 1,857 (+628.24%)
Mutual labels:  material-ui, material-theme
Ibackdrop
A library to simply use Backdrop in your project (make it easy). Read more ->
Stars: ✭ 137 (-46.27%)
Mutual labels:  material-ui, material-theme
Minimalist
A Material Color Scheme Darker for Vim.
Stars: ✭ 205 (-19.61%)
Mutual labels:  material-ui, material-theme
Materialdrawer
The flexible, easy to use, all in one drawer library for your Android project. Now brand new with material 2 design.
Stars: ✭ 11,498 (+4409.02%)
Mutual labels:  material-ui, material-theme
Materialnavigationview Android
📱 Android Library to implement Rich, Beautiful, Stylish 😍 Material Navigation View for your project with Material Design Guidelines. Easy to use.
Stars: ✭ 168 (-34.12%)
Mutual labels:  material-ui, material-theme
Vue Material Kit
Vue Material Kit - Open Source Material Design UI Kit
Stars: ✭ 231 (-9.41%)
Mutual labels:  material-ui, material-theme
material-chip-view
Material Chip view. Can be used as tags for categories, contacts or creating text clouds
Stars: ✭ 1,300 (+409.8%)
Mutual labels:  material-ui
Material-Smart-Rating
😍⭐⭐Material Smart Rating App - An Android library that encourages users to rate the app on Google Play.⭐⭐😘
Stars: ✭ 30 (-88.24%)
Mutual labels:  material-ui
markdown.today
Store your journal as an encrypted markdown file on Dropbox and edit/view it from any browser
Stars: ✭ 61 (-76.08%)
Mutual labels:  material-ui
onyxia-ui
🌓 A modern UI toolkit with excellent typing.
Stars: ✭ 26 (-89.8%)
Mutual labels:  material-ui
spax
[WIP] 🚀 a framework for building frameworks
Stars: ✭ 22 (-91.37%)
Mutual labels:  material-ui

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

If any error are reported please run the following command to fix them

./gradlew googleJavaFormat

P.S.: The gradle plugin works with all the JDK versions >= 9 (or better with java byte code version compatible with the version 55.0)

For more details about the JDK support see this issue and to know more about the Google Java code Style see 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 🙂

Donors

You can support the project on the Material-UI-Swing donation site

Supporters

JetBrains' support

The YourKit is used also by Google, Microsoft, PayPal, ecc.

License

Copyright (c) 2018 atharva washimkar.

Copyright (c) 2019-2020 atharva washimkar, Vincenzo Palazzo [email protected]

Copyright (c) 2021 Vincenzo Palazzo [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].