I am looking for an editor or Java GUI library with the following exotic property: GUI can be manipulated at runtime . That is, a working frame can include special controls, for example, right-clicking, which allows users to add buttons and other widgets to it.
Alternatively, I can use a graphical editor that can interact with a running Java program. The program says: "please add a button," and the editor shows the user a palette with buttons. The user adds a button and presses it, and the program receives a "button click" event.
Is there such a thing that you can use finished, do not write it from scratch?
java user-interface runtime gui-editor
Little bobby tables
source share