Request you to release the product with more Javadoc. I can see there is very less / no javadoc in APIs.
Eg, If I want to see what the parameters do for the required method I need to refere the Html version of javadoc, however if its written within the Java class it can be seen under eclipse tooltips suggestion.
Also, the parameter names in methods are not self descriptive.

More javadoc will help developers

Example :
int[] com.jidesoft.grid.TableUtils.autoResizeAllColumns(JTable arg0, int[] arg1, boolean arg2, boolean arg3)