-1
処理プロジェクトをWindowBuilder Guiに追加しようとしました。いくつかの異なる試行後、私は見上げるとこれを見つけた:GUIと処理を組み合わせる
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
The method add(Component) in the type Container is not applicable for the arguments (PApplet)
The method init() is undefined for the type PApplet
at processJava.DisplayFrame.<init>(DisplayFrame.java:9)
at processJava.Main.main(Main.java:5)
私はこれらの2をどのように修正することができます。
まったく同じプロジェクトを作成した後、私はまだいくつかのエラーを持っていましたか?
あなたはこれを理解できましたか? –