joe mo

Greenhorn
+ Follow
since Sep 23, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by joe mo

Hi,
I'd like to make some shapes I created in Adobe Illustrator buttons in a java applet. I'm using the Polygon.contains() method to determine whether or not the user is clicking within the shapes. Some of the shapes are pretty complex and so it's time consuming to move the point coordinates from the illustration to a Polygon. Is there an easy way to use an imported SVG shape with something like Polygon's contains method or translate the SVG data to a Polygon?
Thanks.
16 years ago
Hi,
How do you match the asterisk character in a regular expression using Java. I tried escaping with a slash to no avail.
Thanks
16 years ago