All Projects → mouse0w0 → darculafx

mouse0w0 / darculafx

Licence: Apache-2.0 license
JavaFX darcula theme

Programming Languages

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

Projects that are alternatives of or similar to darculafx

jfx-asynctask
This project was created to simplify how to handle Thread tasks in Javafx, and it is based on the same idea of AsyncTask from Android.
Stars: ✭ 33 (-5.71%)
Mutual labels:  javafx
advanced-bindings
Collection of Binding helpers for JavaFX(8)
Stars: ✭ 63 (+80%)
Mutual labels:  javafx
Bank-Account-Simulation
A Bank Account Simulation with JavaFX and SQLite back-end. Material UX|UI.
Stars: ✭ 19 (-45.71%)
Mutual labels:  javafx
imagelab
ImageLab is a standalone tool which supports anyone to get started with image processing related concepts and techniques in an interactive, less logical way.
Stars: ✭ 28 (-20%)
Mutual labels:  javafx
openjfx.github.io
openjfx.io
Stars: ✭ 31 (-11.43%)
Mutual labels:  javafx
todomvcFX
TodoMVC for JavaFX. The same application with different frameworks and design patterns
Stars: ✭ 29 (-17.14%)
Mutual labels:  javafx
webfx
A JavaFX application transpiler. Write your Web Application in JavaFX and WebFX will transpile it in pure JS.
Stars: ✭ 210 (+500%)
Mutual labels:  javafx
actlist
📦 Actlist is a utility platform to execute your own action list easily and simply.
Stars: ✭ 85 (+142.86%)
Mutual labels:  javafx
QRCodeFX
Simple tool to generate/read QR Code and export it.
Stars: ✭ 31 (-11.43%)
Mutual labels:  javafx
jfxvnc
JavaFX based VNC client
Stars: ✭ 44 (+25.71%)
Mutual labels:  javafx
fx-gson
A set of type adapters for Google Gson to make JavaFX properties serialization more natural
Stars: ✭ 53 (+51.43%)
Mutual labels:  javafx
hawkfx
Hawkular explorer written in (J)Ruby with a JavaFX frontend.
Stars: ✭ 14 (-60%)
Mutual labels:  javafx
FXFaceDetection
Real-Time Face Detection App using Computer Vision & JavaFX
Stars: ✭ 50 (+42.86%)
Mutual labels:  javafx
store-pos
It is java accounting software basically developed using javafx which has various modules like purchase, sales, receipts, payments, and journals.
Stars: ✭ 84 (+140%)
Mutual labels:  javafx
ownNoteEditor
JavaFX editor for the ownNote files locally stored in ownCloud folder
Stars: ✭ 25 (-28.57%)
Mutual labels:  javafx
OmniGraph
Desktop application for creating graphs and algorithm visualisation
Stars: ✭ 27 (-22.86%)
Mutual labels:  javafx
snake
A stylised graphical tool for configuring and controlling Razer devices on Linux
Stars: ✭ 52 (+48.57%)
Mutual labels:  javafx
quiz-app
Quiz for Desktop Application - Java case.
Stars: ✭ 26 (-25.71%)
Mutual labels:  javafx
quantumVITAS
Quantum Visualization Interacting Toolkit for Ab-initio Simulations
Stars: ✭ 52 (+48.57%)
Mutual labels:  javafx
JFXGoogleDrive
A JavaFX Google Drive Client (For Demonstration Purposes Only).
Stars: ✭ 29 (-17.14%)
Mutual labels:  javafx

darculafx

Maven Central

JavaFX darcula theme.

Usage

1 Add dependency

Maven
<dependency>
    <groupId>com.github.mouse0w0</groupId>
    <artifactId>darculafx</artifactId>
    <version>11.0.0</version>
</dependency>
Gradle

1 Add the Central repository to your build file

	repositories {
		mavenCentral()
	}

2 Add the dependency

	dependencies {
	        implementation 'com.github.mouse0w0:darculafx:11.0.0'
	}

2 Apply theme

You can either apply the style to the scene…

DarculaFX.applyDarculaStyle(scene);

…or apply the style to specific components.

DarculaFX.applyDarculaStyle(button);

Screenshots

1 2 3 4

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