【发布时间】:2016-11-06 22:20:29
【问题描述】:
我试图将处理项目添加到 WindowBuilder 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)
如何解决这两个问题?
【问题讨论】:
-
你有想过这个问题吗?
标签: java eclipse user-interface processing