Creating Java dialogs

后端 未结 5 1797
梦如初夏
梦如初夏 2020-12-18 11:53

What would be the easiest way for creating a dialog:

  • in one window I\'m giving data for envelope addressing, also set font type from list of sizes
  • w
5条回答
  •  眼角桃花
    2020-12-18 12:29

    If it is allowed to use a GUI builder I would recommend you IntelliJ IDEA's

    You can create something like that in about 5 - 10 mins.

    If that's not possible ( maybe you want to practice-learn-or-something-else ) I would use a JFrame instead ) with CardLayout

    Shouldn't be that hard to do.

提交回复
热议问题