All Projects → gleidsonmt → GNButton

gleidsonmt / GNButton

Licence: GPL-3.0 License
JavaFx Custom Button animated

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to GNButton

medusa
A JavaFX library for Gauges
Stars: ✭ 605 (+3458.82%)
Mutual labels:  javafx, javafx-components
Bank-Account-Simulation
A Bank Account Simulation with JavaFX and SQLite back-end. Material UX|UI.
Stars: ✭ 19 (+11.76%)
Mutual labels:  javafx, javafx-components
DashboardFx
JavaFx Dashboard
Stars: ✭ 272 (+1500%)
Mutual labels:  javafx, javafx-components
FxEditor
JavaFX rich text editor able to handle billions of lines (WORK IN PROGRESS)
Stars: ✭ 21 (+23.53%)
Mutual labels:  javafx, javafx-components
subtitles-view
基于javaFX的简单字幕处理桌面程序,集成在线翻译及语音转换
Stars: ✭ 368 (+2064.71%)
Mutual labels:  javafx
ChatRoom-JavaFX
This is a client/server chatroom(client for JavaFX and server for Workerman), supporting personal and global chat.
Stars: ✭ 53 (+211.76%)
Mutual labels:  javafx
javafx-ratel-client
使用javafx和netty技术开发的一款ratel客户端
Stars: ✭ 13 (-23.53%)
Mutual labels:  javafx
rtlSpectrum
Analyze spectrograms created by rtl_power
Stars: ✭ 47 (+176.47%)
Mutual labels:  javafx
RentLio
This is a vehicle reservation system. Which is made with JavaFX and also using hibernate and RMI.
Stars: ✭ 49 (+188.24%)
Mutual labels:  javafx
kubed
No description or website provided.
Stars: ✭ 68 (+300%)
Mutual labels:  javafx
GoBang
JAVA五子棋
Stars: ✭ 13 (-23.53%)
Mutual labels:  javafx
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 (-29.41%)
Mutual labels:  javafx
JasperViewerFX
The JasperViewerFX is a free JavaFX library which aims to avoid use of JasperReport's swing viewer
Stars: ✭ 27 (+58.82%)
Mutual labels:  javafx
sqlbrowserfx
A feature rich cross platform sql client for SQLite , MySQL.
Stars: ✭ 19 (+11.76%)
Mutual labels:  javafx
FluxFX
Flux architecture with JavaFX
Stars: ✭ 24 (+41.18%)
Mutual labels:  javafx
ColorSwitch
Color Switch in Javafx!
Stars: ✭ 18 (+5.88%)
Mutual labels:  javafx
octillect
An Intellectual Octopus for managing your tasks and projects.
Stars: ✭ 14 (-17.65%)
Mutual labels:  javafx
TheScopeReport
This is a Java program that calls the Jamf Pro API to collect scoping details.
Stars: ✭ 13 (-23.53%)
Mutual labels:  javafx
TelegramClone
JetGram is an open source desktop app Telegram clone made with JavaFx.
Stars: ✭ 50 (+194.12%)
Mutual labels:  javafx
JavaFX-MySQL-Login
A JavaFX example SignIn/SignUp with MySQL database intergration.
Stars: ✭ 74 (+335.29%)
Mutual labels:  javafx

Version Release License

This project is part of the set of custom components created for JavaFx.

GNButton

JavaFx Button Hover Effect.

This component is a animated button with layers.

Basic Usage
GNButton swipe = new GNButton("Swipe");
swipe.setButtonType(ButtonType.SWIPE);
swipe.setTransitionColor(Color.RED);
swipe.setTransitionText(Color.WHITE);
swipe.setTransitionDuration(Duration.ZERO);

Inline css
 -gn-button-type : swipe;
 -gn-transition-color : #33B5E5;
 -gn-transition-text : white;
 -gn-transition-duration : 500m;
View

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