Does WebCream support custom controls (e.g. my own controls, JBCL, KLGroup JClass)?
WebCream supports most AWT and Swing controls and all controls derived from it. This means that if the custom control extends a standard control above java.awt.Component or javax.swing.JComponent then it will be automatically supported. Of course it is going to be presented in HTML just like the original AWT/Swing control would have been. For example if you create a custom control that extends JComboBox then it will be supported and converted to HTML menu. You can change the default rendering by writing custom renderers.