Blu-ray SyncFrameAccurateAnimation positioning?

I am doing some work with Blu-ray, and though I have been able to figure out how to do a lot of things on my own, I have run into a problem with one thing: how to create a synchronized frame accurate animation that does not necessarily start at position 0,0 of the screen (the upper left corner)? I am using the PowerDVD 7.3 emulator, so there is a slight chance it is a bug in the player, but still:

When creating a new instance of a SyncFrameAccurateAnimation, there is no way to specify the location of the animation. And moving the animation around as if it were an AWT component has absolutely no effect: the coordinates are completely ignored.

What I'd like to do is create a small animation at the bottom right hand corner of the screen without reserving a huge chunk of space by passing in a Dimension object that covers the entire screen essentially since the origin is frozen at 0,0.

Please, if you can help me out, I'd really appreciate it. Thanks in advance.

[997 byte] By [bland999a] at [2007-11-26 22:07:05]
# 1
Which emulator is this?If you paste the peace of code that you think is not working will help to see if there is anything wrong.
RafaJa at 2007-7-10 10:52:19 > top of Java-index,Java Mobility Forums,Consumer and Commerce...
# 2
The emulator is the PowerDVD Blu-ray player as I mentioned above. I have since found out it is an emulator problem; my code was fine.Thanks for your interest!
bland999a at 2007-7-10 10:52:19 > top of Java-index,Java Mobility Forums,Consumer and Commerce...