Tim McLean
Tim McLean
I have courses for both windows and linux because for whatever reason, the paths work in windows, but they do not work in linux. It would be nice to be...
Trying to implement this but I got stuck...in keeping with the numbered steps above: 1a. Added to Target.java: public List timeList = new ArrayList(); public Map timeMap = new HashMap();...
I could use targetgroup.setlayout() but will that redraw the group back at the old position? Do I need to create a temp target group at the adjusted position and check...
Plus the way I brought in an autocalibration manager is probably not correct...my code fails during projector start up since I check for the framedelay before it was calculated. I...
Was there anything wrong with the proposal Phrack made on the sixth post (Mar 23)? ArrayList is not thread safe. Should we be using a synchronized container like Vector instead?...
I have been working this all week. In any method I choose to implement, it pretty much boils down to seeing if the shot is contained within the targetGroup's bounds....
Here comes a beer bottle! phracked: (frak-ed) verb. 1. to be insulted for not knowing as much as the arrogant leader of a project. Usage: I have just been phracked....
I am not at a compiler but I am going to try this next... public Optional(Hit) isHit(Shot shot) { Group tempTargetGroup = new Group(); tempTargetGroup.Bounds = targetGroup.getBoundsInParent(); tempTargetGroup.setLayoutX = adjustedForTimeX;...
Made progress on this tonight. Turns out a Group's bounds can not be resized so I added a rectangleRegion to the Group and added the Group to the Scene via...
I have a hack that I have confirmed to make this issue a lot better. - added hashmap and arraylist to target.java - updated setPosition in targetView to fill hashmap...