Designing applets using IntelliJ GUI

Hello

I would like to know if it is possible to design applets using the Intellij GUI?

0
Avatar
Permanently deleted user

Hans wrote:

Hello

I would like to know if it is possible to design applets using the Intellij GUI?


Yes, you can design any JPanel which can be placed in JApplet, JFrame, JDialog,
or anything else.

0

请先登录再写评论。