6815946: regression: failed to build MToolkit
Reviewed-by: anthony
This commit is contained in:
parent
56f4a68e6b
commit
97942f9872
@ -161,7 +161,7 @@ public final class AWTAccessor {
|
||||
}
|
||||
|
||||
/*
|
||||
* An interface of accessor for the java.awt.Component class.
|
||||
* An interface of accessor for the java.awt.KeyboardFocusManager class.
|
||||
*/
|
||||
public interface KeyboardFocusManagerAccessor {
|
||||
/*
|
||||
|
@ -336,6 +336,10 @@ public class MToolkit extends UNIXToolkit implements Runnable {
|
||||
return null;
|
||||
}
|
||||
|
||||
public KeyboardFocusManagerPeer createKeyboardFocusManagerPeer(KeyboardFocusManager manager) {
|
||||
return null;
|
||||
}
|
||||
|
||||
//public MEmbeddedFramePeer createEmbeddedFrame(MEmbeddedFrame target)
|
||||
//{
|
||||
//MEmbeddedFramePeer peer = new MEmbeddedFramePeer(target);
|
||||
|
Loading…
Reference in New Issue
Block a user