Hey
i have to create a vector in order to store shapes,in specific circles. but i have no idea of how to do such a thing.
if anyone is able to help lemme know.
thanks in advance.
Hey
i have to create a vector in order to store shapes,in specific circles. but i have no idea of how to do such a thing.
if anyone is able to help lemme know.
thanks in advance.
read a basic tutorial. And don't use Vector.
read a basic tutorial. And don't use Vector.
Yes, use ArrayList instead:
http://www.beginner-java-tutorial.com/java-arraylist.html
or a LinkedList, or a HashSet, or a TreeSet, all depending on your actual requirements...
actually i have to use a vector thats why i posted here
thanks.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.