Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Does AjaxSwing support custom controls (e.g. my own controls, JBCL, KLGroup JClass)?

0
Posted

Does AjaxSwing support custom controls (e.g. my own controls, JBCL, KLGroup JClass)?

0

AjaxSwing 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.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123