标签: java swing jframe jcomponent
我正在使用java swings做一个项目。在我的项目中,我需要动态地将jTextfield和jTextarea放到jFrame中。
意味着,如果单击j按钮,则需要在该jFrame中放置一些JComponents。
答案 0 :(得分:3)
尝试在按钮actionPerformed函数中使用jframe.repaint()或 jframe.revalidate()或两者兼而有之。