I'm tired of JButtons, how can I make a nicer GUI in java ?
- by Jules Olléon
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).