We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75edf20 commit aecd512Copy full SHA for aecd512
scalafx-extras-demos/src/main/scala/org/scalafx/extras/BusyWorkerDemo.scala
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2011-2021, ScalaFX Project
+ * Copyright (c) 2011-2024, ScalaFX Project
3
* All rights reserved.
4
*
5
* Redistribution and use in source and binary forms, with or without
@@ -139,7 +139,7 @@ object BusyWorkerDemo extends JFXApp3 {
139
).map(_.delegate)
140
}
141
142
- lazy val busyWorker: BusyWorker = new BusyWorker("BusyWorker Demo", buttonPane) {
+ lazy val busyWorker: BusyWorker = new BusyWorker(title = "BusyWorker Demo", disabledNode = buttonPane) {
143
progressLabel.text <== progressMessage
144
progressBar.progress <== progressValue
145
0 commit comments