Forum: Java Jul 17th, 2009 |
| Replies: 1 Views: 193 I wrote the above in hastily and forgot some words. :p
The question is unclear to myself because I don't even know
what I wanted to know about Java bot.I never done Java bot
works because... |
Forum: Java Jul 17th, 2009 |
| Replies: 1 Views: 193 I want to write a bot in Java that will register in websites.
I have no idea how to auto select the fields and submit button.
I know How Java Robot class Api and it does not contain
any method... |
Forum: Java Jul 7th, 2009 |
| Replies: 12 Views: 588 thanks for your time and programming tricks James. :)
The problem was the lineTo function which is , I believe , is not
suitable for creating polygons as we have the functions such
as... |
Forum: Java Jul 7th, 2009 |
| Replies: 12 Views: 588 Below is what I got from Java but expected a flower. :(
http://img18.imageshack.us/i/flowera.jpg/
As to Flash ,Since Java and Flash both have same coordinates
system , I should have no problem... |
Forum: Java Jul 6th, 2009 |
| Replies: 12 Views: 588 Yes mate , moveTo(...) does the job but I did not get
the expected result.Maybe I should try some other function
such as drawline(..) or drawpolygon(..).
Flash and Java both have same... |
Forum: Java Jul 6th, 2009 |
| Replies: 12 Views: 588 Well , you guys were right about that.It's working for me the way
you told how this is done.But.. the problem is how to convert these real world (paper coordinates) to Java coordinates system.Maybe... |
Forum: Java Jul 5th, 2009 |
| Replies: 12 Views: 588 Call me stupid mate but I did not get it :P
How on earth can I get coordinates from a piece of paper ?
I never heard of this trick before please explain. :) |
Forum: Java Jul 5th, 2009 |
| Replies: 12 Views: 588 Dear mates, I am am frustrated and bored to learn how to get or calculate coordinates data for Java Graphic API.
for ex the GeneralPath 's function curveTo() takes 6 parameters namely... |