Re: KeyBoard events don't work in jdk117_3.

1999-07-26 Thread Juergen Kreileder
> Bob Cadenza writes: Bob> Hello, Bob> As I previously posted, I can't get keyboard events to work with the Bob> blackdown jdk117_v3. Can someone please test on your own versions to Bob> see if the samething happens with you. That's a known problem with the appletviewer. In

KeyBoard events don't work in jdk117_3.

1999-07-25 Thread Bob Cadenza
Hello, As I previously posted, I can't get keyboard events to work with the blackdown jdk117_v3. Can someone please test on your own versions to see if the samething happens with you. Thanks, Bob import java.applet.*; import java.awt.*; import java.awt.event.*; public class KeyTest extends Ap