📜  javafx 初始化按钮 - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:37.585000             🧑  作者: Mango

代码示例1
// initialize a button
Button b = new Button("button"); //b is the button object and 
                            // the string "button" is the text on the button