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

前端 未结 10 1262
予麋鹿
予麋鹿 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:02

    This article shows how to extend JButton and overide the methods for painting the component.

提交回复
热议问题