1. Is it possible to dynamically generate decent looking properties dialogs? stackoverflow.comI have an application which displays properties dialogs for various GUI-accessible objects. Because there are a huge number of different kinds objects, there are also a huge number of different properties ... |
2. Dynamically Add Components to a JDialog stackoverflow.comI am having trouble adding JComponents to a JDialog when the user clicks a button on the JDialog. Basically I want it to look like this: |