ControlsFX Notification Graphic corrupted
问题 I am using ControlsFX Notification to display a group of messages. Text is not perfect way for me, so I present data in TableView. import org.controlsfx.control.Notifications; ...... TableView<NotificationModel> notificationTable = new TableView(); ...... Notifications notification = Notifications.create() .title("Transaction Notifications") .text(null) .graphic(notificationTable) .position(Pos.BOTTOM_RIGHT) .hideAfter(Duration.minutes(1)); notification.show(); In normal case, notification