Click here to choose Language: English | 中文
A Java Fx toolkit, this project is related toElementFX.
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
Default:CloudMessageBox("提示","是猫猫!").showOnly()
If you want to target some button:
val buttons = arrayOf("红猫", "橙猫", "黄猫", "绿猫")
println(CloudMessageBox("提示", "选择一只属于你的猫猫吧!", button = buttons).showAndGet())//Out put 2 if click "黄猫"
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.
CloudNotice(NoticeType.Right, "请输入用户名!", primaryStage).show()
Waiting for replenishment
Waiting for replenishment
Waiting for replenishment
Waiting for replenishment