We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f175e86 commit 019d408Copy full SHA for 019d408
src/main/java/com/example/HelloController.java
@@ -59,7 +59,6 @@ private void initialize() {
59
// causes image messages to flicker or disappear when clicking or scrolling.
60
messageView.setSelectionModel(new NoSelectionModel<>());
61
62
-
63
messageView.setCellFactory(list -> new ListCell<>() {
64
65
private final Label textLabel = new Label();
0 commit comments