Developer's Diary
Software development, with Terry Ebdon
|
I replicated a few of my VBA dialogues with WindowBuilder. At this stage I just want to duplicate existing functionality with a similar interface. I noticed there's an option for Swing Automatic Databinding
, so I'll give that a try.
It requires a JavaBean; WindowBuilder doesn't recognise Groovy Beans. Guess I'll have to use the old school approach. Eclipse saved me some time, with the source / Generate Getters and Setters
option.
12-JUL-2020 👈 Top of page 👉 16-JUL-2020
© 2020 Terry Ebdon.
Find me coding on GitHub, networking on LinkedIn, answering questions on Stack Exchange and hanging out on twitter.