Author Topic: Some questions about KeyMapper  (Read 10821 times)

Offline stormp

  • byte
  • *
  • Posts: 38
    • View Profile
Re: Some questions about KeyMapper
« Reply #15 on: August 02, 2007, 11:05:50 am »
Thanks for the suggestion, I already have this following but no workie as JApplet under linux but fine in Windows.

Code: [Select]
        //
        // Input devices.
        //
        theUI.componentOwner = this;
        theUI.keyMapper      = new KeyMapper(theUI.componentOwner);


        //
        // Set focus.
        //
        setFocusable(true);
        requestFocus();
        requestFocusInWindow();

wounder if it may be to do with this:

http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6448462
« Last Edit: August 02, 2007, 11:20:44 am by stormp »