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

Posted by Jules Olléon on Stack Overflow See other posts from Stack Overflow or by Jules Olléon
Published on 2010-04-11T08:28:09Z Indexed on 2010/04/11 8:33 UTC
Read the original article Hit count: 263

Filed under:
|
|
|

So far I've only build "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 with the different JButton methods, like changing colors, putting icons etc. but I'm still not satisfied. How do you make a nicer GUI in java ?

I'm looking for not-too-heavy alternatives (like, without big frameworks or too complicated libraries).

© Stack Overflow or respective owner

Related posts about java

Related posts about gui