Hello Everyone,
This is my first post, so be gentle with me. I am working on an application and I have a need to store about 5 or 6, X and Y coordinate pairs. The values for X and Y are reasonably small integer values (less than 5000). Essentially all I need is an array of 5 or 6 "value containers" that hold one X and one Y value.
I tried to investigate "point" as an option, but if you have ever Googled the word "point" you can imagine that you get a LOT about Floating Point and how bad it is for the world, and not much on "point" as a vehicle for storing a couple of integers.
I would not be opposed to creating my own coordinate storage object, but I am not really that far along with Java yet and I would need some real "hand holding" to make that option work at this point in my Java career.
Thanks,
TahoeSands