- RXControls Version 8.x.y need javafx8
- RXControls Version 11.x.y need javafx11+
一个javafx的自定义组件库, 密码可见组件, 轮播图组件, 动态按钮组件等, 音频频谱可视化组件,歌词组件 等...
Javafx custom component library, password visible component, carousel component, dynamic button component,spectrum component,lyrics component etc...
QQ: 9670453
JavaFX QQ群: 518914410
主要变化: RXCarousel 去掉SubScene (css name: .carousel-subscene) 考虑到一个界面可能有多个轮播图,避免层级过多; 如果想要部分的专场效果,有3D的感觉, 那么可以在Scene里设置; Main changes: RXCarousel removes SubScene (css name: .carousel-subscene) Considering that an interface may have multiple carousels to avoid too many layers; if you want some special effects and a 3D feeling, Need to set a perspective camera for setting the main scene graph;
scene.setCamera(new PerspectiveCamera());
Maven dependency
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.github.leewyatt</groupId>
<artifactId>rxcontrols</artifactId>
<!-- 11.x.y -->
<version>11.0.3</version>
</dependency>
</dependencies>
- Carousel & FillButton inspired by Gleidson28
- Soft Page Transition inspired by Yuichi.Sakuraba
- Carousel inspired by Swiper中文网
Demos in the test directory.