All Projects → openjfx → Samples

openjfx / Samples

Licence: bsd-3-clause
JavaFX samples to run with different options and build tools

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Samples

openjfx-docs
Getting started guide for JavaFX 11
Stars: ✭ 70 (-80.11%)
Mutual labels:  modular, netbeans, gradle, maven, examples, eclipse, intellij, ide, javafx
Lib I18n
The library `Lib-I18N` allows a developer to bind a key-value pair of a `.properties` file to a [StringBinding]. This makes it very easy to change the language during runtime in a [JavaFX] application.
Stars: ✭ 40 (-88.64%)
Mutual labels:  javafx, netbeans, maven
Gradle And Eclipse Rcp
Gradle and Eclipse RCP
Stars: ✭ 37 (-89.49%)
Mutual labels:  gradle, ide, eclipse
Drombler Fx
Drombler FX - the modular application framework for JavaFX.
Stars: ✭ 52 (-85.23%)
Mutual labels:  javafx, modular, maven
Hellojpro
Stars: ✭ 46 (-86.93%)
Mutual labels:  gradle, javafx, maven
Downlords Faf Client
Official client for Forged Alliance Forever
Stars: ✭ 121 (-65.62%)
Mutual labels:  gradle, javafx, intellij
Gradle Multi Project Example
Gradle 多项目管理示例
Stars: ✭ 283 (-19.6%)
Mutual labels:  gradle, ide, intellij
Goomph
IDE as build artifact
Stars: ✭ 108 (-69.32%)
Mutual labels:  gradle, ide, eclipse
jakartaee8-starter-boilerplate
A boilerplate project for starting a Jakarta EE 8 application in seconds
Stars: ✭ 55 (-84.37%)
Mutual labels:  netbeans, maven, eclipse
lib-preferences
Lib-Preferences is a library for easy storing simple data to a Preferences.properties file in a Java(FX) & Maven desktop application.
Stars: ✭ 12 (-96.59%)
Mutual labels:  netbeans, maven, javafx
Animatefx
A library of +70 ready-to-use animations for JavaFX
Stars: ✭ 254 (-27.84%)
Mutual labels:  gradle, javafx
AndroidIDE
AndroidIDE is an IDE for Android to develop full featured Android apps on Android smartphones.
Stars: ✭ 98 (-72.16%)
Mutual labels:  gradle, ide
broom
A disk cleaning utility for developers.
Stars: ✭ 38 (-89.2%)
Mutual labels:  gradle, maven
manon
🧪 Play with SpringBoot 2, JWT, Querydsl, GraphQL, Docker, ELK, PostgreSQL, MariaDB, Redis, MongoDB, Flyway, Maven, Gradle, TestNG, JUnit5, JaCoCo, GreenMail, CI, Quality Gates, Prometheus, Gatling, etc.
Stars: ✭ 26 (-92.61%)
Mutual labels:  gradle, maven
Jdk9 Jigsaw
Examples and exercises based on some of the features of jigsaw in JDK9/Jigsaw (Early Access builds)
Stars: ✭ 275 (-21.87%)
Mutual labels:  examples, modular
Julia Intellij
💻 Julia Plugin for IntelliJ IDEA ┗😃┛ ┏😃┓ ┗😃┛
Stars: ✭ 258 (-26.7%)
Mutual labels:  ide, intellij
Cypress Documentation
Cypress Documentation including Guides, API, Plugins, Examples, & FAQ.
Stars: ✭ 339 (-3.69%)
Mutual labels:  documentation, examples
Kotlin Examples
Various examples for Kotlin
Stars: ✭ 3,014 (+756.25%)
Mutual labels:  gradle, maven
TwitterApiKit
Twitter's API v2 Objectified. This will save you time from creating data objects to access twitter's API v2. This library is supported on Gradle, Maven, Java, Kotlin, and Android projects.
Stars: ✭ 23 (-93.47%)
Mutual labels:  gradle, maven
Flow Netbeans Markdown
Markdown file support for the NetBeans IDE
Stars: ✭ 276 (-21.59%)
Mutual labels:  ide, netbeans

OpenJFX Docs Samples

Description

This repository contains a collection of HelloFX samples. Each one is a very simple HelloWorld sample created with JavaFX 13 that can be run with different options and build tools.

The related documentation for each sample can be found here.

For more information go to https://openjfx.io.

Content

HelloFX samples

Contains samples of a simple HelloFX class that can be run from command line, with or without build tools.

Build Tool Sample Description
None HelloFX project Simple HelloFX class to run on command line.
Maven HelloFX project Simple HelloFX class to run with Maven.
Gradle HelloFX project Simple HelloFX class to run with Gradle.

Command Line

Contains samples of modular and non-modular projects that can be run from command line, with or without build tools.

Modular samples

Build Tool Sample Description
None HelloFX project Modular project to run on command line.
Maven HelloFX project Modular project to run with Maven.
Gradle HelloFX project Modular project to run with Gradle.

Non-modular samples

Build Tool Sample Description
None HelloFX project Non-modular project to run on command line.
Maven HelloFX project Non-modular project to run with Maven.
Gradle HelloFX project Non-modular project to run with Gradle.

IDEs

Contains samples of modular and non-modular projects that can be run from an IDE, with or without build tools.

IntelliJ

Modular samples

Build Tool Sample Description
Java HelloFX project Modular project to run from IntelliJ.
Maven HelloFX project Modular project to run from IntelliJ, with Maven.
Gradle HelloFX project modular project to run from IntelliJ, with Gradle.

Non-modular samples

Build Tool Sample Description
Java HelloFX project Non-modular project to run from IntelliJ.
Maven HelloFX project Non-modular project to run from IntelliJ, with Maven.
Gradle HelloFX project Non-modular project to run from IntelliJ, with Gradle.

NetBeans

Modular samples

Build Tool Sample Description
Java HelloFX project Modular project to run from NetBeans.
Maven HelloFX project Modular project to run from NetBeans, with Maven.
Gradle HelloFX project Modular project to run from NetBeans, with Gradle.

Non-modular samples

Build Tool Sample Description
Java HelloFX project Non-modular project to run from NetBeans.
Maven HelloFX project Non-modular project to run from NetBeans, with Maven.
Gradle HelloFX project Non-modular project to run from NetBeans, with Gradle.

Eclipse

Modular samples

Build Tool Sample Description
Java HelloFX project Modular project to run from Eclipse.
Maven HelloFX project Modular project to run from Eclipse, with Maven.
Gradle HelloFX project Modular project to run from Eclipse, with Gradle.

Non-modular samples

Build Tool Sample Description
Java HelloFX project Non-modular project to run from Eclipse.
Maven HelloFX project Non-modular project to run from Eclipse, with Maven.
Gradle HelloFX project Non-modular project to run from Eclipse, with Gradle.

License

This project is licensed under BSD 3-Clause.

Contributing

This project welcomes all types of contributions and suggestions. We encourage you to report issues, create suggestions and submit pull requests.

Contributions can be submitted via pull requests, providing you have signed the Gluon Individual Contributor License Agreement (CLA).

Please go through the list of issues to make sure that you are not duplicating an issue.

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