Just an example: never seen a GUI designer that could create screens that worked well containing components that are created at runtime.
Or one that will let you use complex components requiring initialisation code.
Try having components change content depending on the state of other components (especially getting that content from external sources to fill the other component).
Or try having an ActionListener defined that doesn't exactly fit the template the creator of the GUI designer had in mind. |