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

前端 未结 10 1256
予麋鹿
予麋鹿 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 20:54

    Our project manager doesn't like JButtons as well and we're using JIDE OSS buttons instead(and lot's of other JIDE components). SwingX also offers an alternative - JXButton. IMO these are the two most valuable external Swing libraries around.

提交回复
热议问题