Singingbush

- Total activity 25
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
-
-
-
-
-
-
Singingbush created a post, Answeredhow can I bind value of a JCheckBox to enabling and disabling rows in a LayoutBuilder using Kotlin. (in Configurable::createComponent)
So, following on from my previous question. I'm now adding some fields to do with proxy settings into my createComponent() method, like this: override fun createComponent(): JComponent = com.intell... -
-
Singingbush created a post, how to have JLabel update it's text value in another thread using Kotlin. (in Configurable::createComponent)
I have a Configurable class in which my createComponent() method looks somewhat like this: override fun createComponent(): JComponent = com.intellij.ui.layout.panel { row("DB info") { cel... -
-