-2
如何在javafx中添加工具提示(圖片中的i按鈕)。 如何在javafx中添加工具提示(圖片)
final Label response = new Label();
final ImageView imageViews = new ImageView(
new Image("http://icons.iconarchive.com/icons/aha-soft/desktop-buffet/128/Pizza-icon.png"));
final Button buttons = new Button("test", imageViews);
buttons.setOnAction(new EventHandler<ActionEvent>() {
@Override
public void handle(ActionEvent event) {
response.setText("test");
}
});
buttons.getStyleClass().add("button1");
....沒有,那不是你怎麼做,再試一次。 – specializt
請勿將您的代碼發佈在評論中。相反,[編輯]問題。 – fabian
這也不是你如何做到這一點。我認爲你不應該發佈如何做,如果你甚至不知道如何做到這一點...只是sayian ...也許嘗試尋求幫助,首先 – specializt