Hello!

So, quick and painless - what is Pseudographics?

Other thing - about programming principles - if I had to create a Java Applet and then require the user to enter a array of ten elements, would it be a good idea to have a TextField and let the user enter 10 items, seperated by commas. Then parse the field and fill in the array... or is there some more elegant way?

thanks!