サンプル

public class ClassA implements java.awt.peer.ButtonPeer {
/* ... */
}


解決策
java.awt.peer.* インターフェースを実装しないでください。これらのインターフェースはポータブルではありません。