Java - How to create a custom dialog box?

后端 未结 6 2058
慢半拍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:17

    i created a custom dialog API. check it out here https://github.com/MarkMyWord03/CustomDialog. It supports message and confirmation box. input and option dialog just like in joptionpane will be implemented soon.

    Sample Error Dialog from CUstomDialog API: CustomDialog Error Message

提交回复
热议问题