I have a Java applet with several focusable elements that is embedded in a web page.
Is it possible to make the elements in the applet part of the logical tab order of the rest of the page?
To clarify: I would like to use Tab to move from an element outside the applet to the first element of the applet and then use Shift+Tab to move back to the element outside the applet. Similarly I would like to use Tab to move from the last element of the applet to the next element of the web-page and use Shift+Tab to move back.