Java - How to create a custom dialog box?

后端 未结 6 2061
慢半拍i
慢半拍i 2020-11-30 04:18

I have a button on a JFrame that when clicked I want a dialog box to popup with multiple text areas for user input. I have been looking all around to try to figure out how

6条回答
  •  隐瞒了意图╮
    2020-11-30 05:16

    This lesson from the Java tutorial explains each Swing component in detail, with examples and API links.

提交回复
热议问题