Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.51 KB

README_en.md

File metadata and controls

43 lines (35 loc) · 1.51 KB

Click here to choose Language: English | 中文

About:

A Java Fx toolkit, this project is related toElementFX.

Usage:

This project has not yet been uploaded to the Maven central repository, you can compile it yourself or download the jar from Release and import it locally

Features:

MessageBox:

Usage:

Default:CloudMessageBox("提示","是猫猫!").showOnly()

MessageDefault

If you want to target some button:

val buttons = arrayOf("红猫", "橙猫", "黄猫", "绿猫")
println(CloudMessageBox("提示", "选择一只属于你的猫猫吧!", button = buttons).showAndGet())//Out put 2 if click "黄猫"

MessageButons

Notice

Is used for lightly intrusive prompting the user's current operation status or results, the prompt theme color can be switched by changing the enumeration class NoticeType.

Usage:

CloudNotice(NoticeType.Right, "请输入用户名!", primaryStage).show()

Themes here: Right Error Warning Message

Smooth scrolling progress bar:

Waiting for replenishment

SliderComponentWithProgressBar:

Waiting for replenishment

One line to build your CustomStage:

Waiting for replenishment

Button loading effect:

Waiting for replenishment