Reputation: 36299
It seems like many people like to use swing, I have been looking at it to use in my project, but the issue that I face is that I don't like how it looks. I do like how Photoshop looks though, and was wondering: is it possible to make swing look a little bit like the below image? If you have any tutorials on this please post the links!
Upvotes: 0
Views: 614
Reputation: 38676
Yes if you really want to spend the time to make it look like that then you can use Synth to create our own skin over it.
http://docs.oracle.com/javase/tutorial/uiswing/lookandfeel/synth.html http://www.javadesktop.org/articles/synth/index.html
Upvotes: 2