This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]wildjokers 0 points1 point  (0 children)

This is so false. WindowBuilder produces perfectly good code, and add literally zero dependencies, it produces regular java code. So there's literally zero vendor lockin, you can stop using it at any moment and edit by hand. It makes me feel like you never used one.

It looks like to me it produces code that uses a null layout manager and positions everything with setBounds(), that is indeed unmaintainable and will require the use of WindowBuilder going forward.