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 4ae0185 commit 93f97aaCopy full SHA for 93f97aa
examples/src/main/scala/scala/swing/examples/tutorials/layout/FlowLayoutDemo.scala
@@ -85,7 +85,7 @@ class FlowLayoutDemo extends BorderPanel {
85
compsToExperiment.peer.setComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT)
86
}
87
compsToExperiment.peer.validate()
88
- compsToExperiment.peer.repaint()
+ compsToExperiment.repaint()
89
90
91
0 commit comments