All Projects → sshahine → Jfoenix

sshahine / Jfoenix

Licence: apache-2.0
JavaFX Material Design Library

Programming Languages

java
68154 projects - #9 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to Jfoenix

Substrate
Create native Java(FX) apps for desktop, mobile and embedded
Stars: ✭ 210 (-96.33%)
Mutual labels:  javafx, mobile, desktop
Flutter
Flutter makes it easy and fast to build beautiful apps for mobile and beyond
Stars: ✭ 133,413 (+2232.4%)
Mutual labels:  material-design, mobile, desktop
Drombler Fx
Drombler FX - the modular application framework for JavaFX.
Stars: ✭ 52 (-99.09%)
Mutual labels:  javafx, desktop
Fxdesktopsearch
A JavaFX based desktop search application.
Stars: ✭ 147 (-97.43%)
Mutual labels:  javafx, desktop
Fxgl
Stars: ✭ 2,378 (-58.43%)
Mutual labels:  javafx, mobile
Gwt Polymer Elements
Polymer Web Components for GWT. A collection of Material Design widgets for desktop and mobile.
Stars: ✭ 153 (-97.33%)
Mutual labels:  material-design, mobile
Bottomsheet
BottomSheet dialog library for Android
Stars: ✭ 219 (-96.17%)
Mutual labels:  material-design, mobile
Fxmaterialdesign
JavaFx Material Design Models (UI/UX) 🎉
Stars: ✭ 63 (-98.9%)
Mutual labels:  javafx, material-design
actlist-plugin
🔧 Actlist Plugin library to development and debugging.
Stars: ✭ 14 (-99.76%)
Mutual labels:  javafx, desktop
Framework7
Full featured HTML framework for building iOS & Android apps
Stars: ✭ 16,560 (+189.51%)
Mutual labels:  material-design, mobile
Tornadofx
Lightweight JavaFX Framework for Kotlin
Stars: ✭ 3,499 (-38.83%)
Mutual labels:  javafx, desktop
Framework7 React
Build full featured iOS & Android apps using Framework7 & React
Stars: ✭ 130 (-97.73%)
Mutual labels:  material-design, mobile
Flutter app sample
flutter app sample
Stars: ✭ 120 (-97.9%)
Mutual labels:  material-design, mobile
Library Assistant
Modern Library Management Software using JavaFX
Stars: ✭ 380 (-93.36%)
Mutual labels:  javafx, material-design
Vuetify Swipeout
👆 A swipe out example built with Vue CLI 3 + Vuetify + Swiper.
Stars: ✭ 117 (-97.95%)
Mutual labels:  material-design, mobile
Ionic Framework
A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
Stars: ✭ 45,802 (+700.73%)
Mutual labels:  material-design, mobile
Material Message Box
A WPF Message Box implementing material design
Stars: ✭ 69 (-98.79%)
Mutual labels:  material-design, desktop
Flutter Mvvm Provider Demo
Stars: ✭ 89 (-98.44%)
Mutual labels:  material-design, mobile
find the letter material design
litterature game made using javaFX and FXML, small collaboration, the game is about finding the missing letters from a word using different hints (an image, incomplete word..etc).
Stars: ✭ 21 (-99.63%)
Mutual labels:  javafx, desktop
Formsfx
A framework for easily creating forms for a JavaFX UI.
Stars: ✭ 380 (-93.36%)
Mutual labels:  javafx, desktop

HitCount Quality Gate Status Backers on Open Collective GitHub forks GitHub issues GitHub license

JFoenix is an open source Java library, that implements Google Material Design using Java components

Using JFoenix already?

Feel free to create a pull request for adding a link to your project in JFoenix github.

  • One more thing, all contributions are appreciated. Don't hesitate to add your own contributions to JFoenix :)

If you like JFoenix :) and want to support this project, you can become a backer on Patreon or Open Collective.

Projects using JFoenix

Build

To build JFoenix, execute the following command:

gradlew build

To run the main demo, execute the following command:

gradlew run

NOTE : You need to set JAVA_HOME environment variable to point to Java 1.8 directory.

NOTE : JFoenix requires Java 1.8u60 and above.

Demo

For detailed steps on getting the demo running, see the wiki.

How can I use JFoenix?

You can download the source code of the library and build it as mentioned previously. Building JFoenix will generate jfoenix-0.0.0-SNAPSHOT.jar under the jfoenix/build/libs folder. To use JFoenix, import jfoenix-0.0.0-SNAPSHOT.jar into your project and start using the new material design Java components :).

Gradle

How to Include In Gradle Project

repositories {
    mavenCentral()
}

Reference the repository from this location using:

  • Java 9+
    dependencies {
        compile 'com.jfoenix:jfoenix:9.0.10'
    }
  • Java 8
    dependencies {
        compile 'com.jfoenix:jfoenix:8.0.10'
    }

Maven

How to Include In Maven Project

  • Java 9+
    <dependency>
        <groupId>com.jfoenix</groupId>
        <artifactId>jfoenix</artifactId>
        <version>9.0.10</version>
    </dependency>
  • Java 8
    <dependency>
        <groupId>com.jfoenix</groupId>
        <artifactId>jfoenix</artifactId>
        <version>8.0.10</version>
    </dependency>

Components

JFXButton Usage

Button Demo

JFXCheckBox Usage

Check Box Demo

JFXToggleButton Usage

Toggle Button Demo

JFXDialog

Dialog Demo

JFXListView

List View Demo

JFXHighlighter

Highlighter

JFXChipView

Chip View

JFXNodesList

Nodes List Demo

JFXMasonryPane

Masonry Demo

JFXSlider Usage

Slider Demo

JFXSpinner

Spinner Demo

JFXSnackbar

Icons-Snackbar Demo

JFXColorPicker

Color Picker Demo

JFXDatePicker

Date Picker Demo

JFXTimePicker

Time Picker Demo

JFXTreeTableView

Tree Table View

Grouping

Grouping Demo

Contributors

This project exists thanks to all the people who contribute.

Special Thanks

Special thanks to JetBrains and JProfiler for their support to this project.

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].