PDA

View Full Version : ooo, first post in here, check out my Script and tell me if it works ok.


lost-and-found
06-25-2002, 11:24 AM
hey, I just wrote a Java applet for class and need your comments on it. It's a shoping-cart type script which lets you choose which colors and types of candles you want, and if you want the candles scented, and then it adds them to the shopping list, and calculates the estimated price. Then you click check-out, after you completed al lthe shopping of course, and it should calculate the subtotal, tax(8%), and shipping (3%), and the total. Any comments welcome

Here it is (http://home.earthlink.net/~truty/Chapter82/RunApplet.html)

RK
06-25-2002, 12:51 PM
The thing I noticed is that the checkout stats dont line up with the headings..(ie) name,card ,quantity, Scent, etc.

RK

jadison
06-25-2002, 11:22 PM
I agree with RK on the alignment...also you might consider using a different font color than light gray, black would work.

Good job :)

lost-and-found
06-26-2002, 12:26 AM
thanks, I can't figure out how to make then line up. What I'm doing right now is placing a "\t" (tab space) character after each entry.

I'll make the fond bold and hopefully that'll help. Thank you for the comments :)