CodeSac
CodeSac

Reputation: 311

How to create the windows 8 FLAT native look in Java Swing programming?

I am creating a java swing application and I am badly need to get the flat GUI look like in windows 8 to my swing application. But I couldn't find it yet. Can you help me?

enter image description here

Upvotes: 0

Views: 2488

Answers (1)

user3200756
user3200756

Reputation: 76

You can PROBABLY use the default look and feel of swing apps, undecorate everything, and for those icons; I would use buttons with internal panels, images, labels, etc. To get the scroll functionality you should use mouse listeners to detect scrolling and slide the ui accordingly.

Upvotes: 1

Related Questions