t.show(control, GetScreen.getScreenX(control), GetScreen.getScreenY(control)-30);
t.setAutoHide(true);
javafx 实现提示条位置 自动隐藏
最新推荐文章于 2022-10-29 13:47:51 发布
t.show(control, GetScreen.getScreenX(control), GetScreen.getScreenY(control)-30);
t.setAutoHide(true);