doubt
i have a database with fields like XPos,YPos,Width,height etc.....
i need to create the object for the JPanel while i load that table at run time,
then the created objects position,size should be taken from that database table entry....
help me pls.,
if necessary i will display my coding.,
[322 byte] By [
kaniska] at [2007-11-26 16:30:28]

> 1.how to create the object for JPanel class while i
> load the database at runtime?
Don't try to solve two problems at once. Find out how to create an object for JPanel class (whatever that means) and find out how to load a database. Then decide which to do first and how to get data from one to the other.
> 2.how to get the position values and size values
> from the database to the created object?
Don't try to solve two problems at once. Find out how to get those things from the database, then find out how to put them into the created object.
Now, which of those things do you need help with?