Hi everyone,
I want to ask about swing data controls ? Is there any data control like datagrid or gridview in netbeans? paging or anything else must be done by manually without any control ? thank you so much :)
Printable View
Hi everyone,
I want to ask about swing data controls ? Is there any data control like datagrid or gridview in netbeans? paging or anything else must be done by manually without any control ? thank you so much :)
any idea ?
What is datagrid?
gridview, datagrid, etc.. is used for data binding . you specify its datasource and it is used as data table. it has lots of properties, bound field, paging, etc... but I m new to java but could not find any data bind control ( drag and drop to form to use). is there any control library in netbeans to use with othe swing controls ? :(think):
None of that sounds like anything in java.
If you have questions about netbeans there is a special section of this forum for the IDEs
jtable can be solution, I search it for binding with mysql