I'm tired of JButtons, how can I make a nicer GUI in java?

前端 未结 10 1266
予麋鹿
予麋鹿 2020-12-13 20:19

So far I\'ve only built \"small\" graphical applications, using swing and JComponents as I learned at school. Yet I can\'t bear ugly JButtons anymore. I\'ve tried to play wi

10条回答
  •  暖寄归人
    2020-12-13 21:06

    I am using SWT. Try it , it is really very nice java gui framework, eclipse is build around it. You can use also this plugin for eclipse to create your forms Instantiations.

提交回复
热议问题