Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 JApplet。我想与我的 Swing 应用程序集成(只想将此小程序添加到我的应用程序的现有 JPanel)。JApplet 是组件,可以添加,但如何做到这一点?你能用一些例子详细说明吗?
JApplet
init
start
如果您需要“关闭”带有小程序的视图,则必须调用它,并且如果您不想再次使用它,则stop可能调用它的方法。destory如果您stop的小程序并想再次使用它,您需要start再次调用
stop
destory