| Author |
Java auction - where do i start?
|
Sean Smith
Greenhorn
Joined: Mar 28, 2002
Posts: 1
|
|
I have recently been given a uni project which involves programming an auction as a java applet. Im really looking for pointers and/or things i should look out for during the making. Also, i need to make a system whereby i can automatically increase or decrease the number of items in the auction system... ideally i would have a multi-demensional vector but since they dont exist, i have to somehow manage with a multi-dimensional array. Any tips would be much appreciated... URLs to tutorials or other useful references would be even more appreciated. Please dont point me to the javadocs, i already know where they are thanks.
|
 |
Valentin Crettaz
Gold Digger
Sheriff
Joined: Aug 26, 2001
Posts: 7610
|
|
You could use a vector of vector of vector... if you want to. You could even create your own collection class called MDVector or something like that. Here is a digest that proposes some "solutions": Topioc of the day: multidimensional Vector?
|
SCJP 5, SCJD, SCBCD, SCWCD, SCDJWS, IBM XML
[Blog] [Blogroll] [My Reviews] My Linked In
|
 |
 |
|
|
subject: Java auction - where do i start?
|
|
|