Gary Mart (GAM22) admin0 wrote:

> I have 2 problems:
>    1) drawLines()ith XORmMode set does not work correctly and,
>    2) I want to move the mouse pointer under program control
>

Warping pointers in Java 1.1.x is impossible, so you'll have to write a
native function.

As for passing Java graphics contexts to native functions, I'm not sure
if that's even possible.

Trevor

Reply via email to