Dynamic « Dialog « Java Swing Q&A





1. Is it possible to dynamically generate decent looking properties dialogs?    stackoverflow.com

I 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.com

I 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: