PLZZZ HELPPP>>>> NetBeans
Hi
I'm new to netbeans and i am facing some problems... plzz help
1. I've learn how to connect to JavaDb and how to make table in it. But i don't know how to connect tables with JTable and how get and send data into database using other Ui components. I see examples they use DatRowset and DatRowModel to communicate with UI ... the question is where can find those. Is there any extra beans available for making communication with database or any tutorial how to make them.
2. I'm getting one more problem. I want to make runtime internal frame. How can i achieve that. How can i design it in netbeans. If i design it in netbeans and make it setVisible(false); then i think it grab some sources and when i make it at runtime, it will grab sources when it will be created.
Thanks for your help.
[830 byte] By [
jawadaha] at [2007-11-27 7:49:48]

> Hi
> I'm new to netbeans and i am facing some problems...
> plzz help
>
> 1. I've learn how to connect to JavaDb and how to
> make table in it. But i don't know how to connect
> tables with JTable and how get and send data into
> database using other Ui components. I see examples
> they use DatRowset and DatRowModel to communicate
> with UI ... the question is where can find those. Is
> there any extra beans available for making
> communication with database or any tutorial how to
> make them.
Connect to the database.
Run query against database.
Obtain data from query in the form of a ResultSet
Iterate over result set and place data in JTable
Collect Money.
> 2. I'm getting one more problem. I want to make
> runtime internal frame. How can i achieve that. How
> can i design it in netbeans. If i design it in
> netbeans and make it setVisible(false); then i think
> it grab some sources and when i make it at runtime,
> it will grab sources when it will be created.
http://java.sun.com/docs/books/tutorial/uiswing/TOC.html
> Thanks for your help.
You are welcome.
Yes i'm using GUI Builder, i think its wise to use it as it saves lots of time. Utility means we dont have to write the code for the collection of data from database, just we have to do is to write the sql command rest will be done by that utility