Applets: key events, OBJECT/EMBED
Stefan Reich
stefan.reich.maker.of.eye at googlemail.com
Wed Jan 15 18:00:05 PST 2014
OK, and here's the WEIRDEST thing: JTextField takes key events! See here:
http://tinybrain.de:8080/tb-applet/test.php
I'm now trying to find out how JTextField registers itself for key
events... I can do the same thing and get those events too, right?
Hope we can fix this, I really want to build an editor applet that works...
:)
Best,
Stefan
On Thu, Jan 16, 2014 at 2:34 AM, Stefan Reich <
stefan.reich.maker.of.eye at googlemail.com> wrote:
> btw, I am calling:
>
> setFocusable(true);
> requestFocusInWindow();
>
> in the applet. And the KeyListener is registered directly on the Applet
> object. I sometimes see that the applet is not even grabbing the keyboard
> focus - the cursor stays in the location bar, for example.
>
>
> On Thu, Jan 16, 2014 at 2:31 AM, Stefan Reich <
> stefan.reich.maker.of.eye at googlemail.com> wrote:
>
>> Hi again...
>>
>> I am almost totally fed up with the state of applets in browsers these
>> days :[
>>
>> IcedTea/Firefox with APPLET tag: works generally, but: key events do not
>> work at all. (They work in appletviewer.) See here:
>> http://tinybrain.de:8080/tb/gui-applet.php?id=172 (Try clicking on the
>> text and then pressing left key or right key.)
>>
>> Also, still there is the 100% CPU problem. I tried kill -3 with that, but
>> it only stops the plug-in (instead of printing a stack trace)...
>>
>> IcedTea/Firefox with OBJECT/EMBED tag: Just hangs. Gray area. Check here:
>> http://tinybrain.de:8080/tb/gui-applet.php?id=172&useObject=1.
>>
>> Weirdly, I've seen the OBJECT/EMBED version work, for example here:
>> http://htmltea.sourceforge.net/editortest.html
>>
>> This is all really confusing... :[
>>
>> Cheers,
>> Stefan
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20140116/fe55df95/attachment.html
More information about the distro-pkg-dev
mailing list