I would like to use Jemmy v3 for GUI testing but I can't find any manual or user guide or even an examples of using it. I've found documentation only for Jemmy v2 and it looks like the library was completely rewritten and redesigned.
In Jemmy v2 I used:
new ClassReference(...).startApplication()
How can a similiar invocation can be done with Jemmy v3?