-1
我正在嘗試在WindowBuilder Gui中添加一個Processing項目。幾種不同的嘗試後,我擡頭一看,發現這一點:將Gui和Processing結合起來
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)
如何解決這兩個:
完全相同創建相同的項目,我必須還存在一些錯誤後?
你有沒有想過這個想法? –