Using subclassed swing components in design view
Is there a way to specify under the design view for a swing component to use a customized subclass of that swing component? For example, if I have a customized subclass of JComboBox and want to use the design view of my JPanel to layout the location, size etc of the combo box, but want it to use my subclass instead. Is there a way to have it generate code which will create the object using my subclass?

