> 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
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