ok, very easy question, but I just cant do it.
I have 2 classes, a "bucket" class, and a "bucket_store" class.
I have already created a bucket store class, but now, I want to create 4 buckets and put it in the store. how do I do that?
so all I did is create a vector of buckets
Vector bucket = new Vector(4);
so how do I put them all into the store?
is it "Store.addBucket" or something??
I have 2 classes, a "bucket" class, and a "bucket_store" class.
I have already created a bucket store class, but now, I want to create 4 buckets and put it in the store. how do I do that?
so all I did is create a vector of buckets
Vector bucket = new Vector(4);
so how do I put them all into the store?
is it "Store.addBucket" or something??