| |
Does anyone know a good method of making custom JDialog layouts with the NetBeans Matisse GUI Builder?
I've looked around for information on this, but can't really find anything. My current method is to make a class extending the JDialog, and a separate JPanel using Matisse. I then call setContentPane within the JDialog's constructor to link in the panel, creating a custom dialogue box.
This seems a bit clumsy though, does anyone have a better method? |