Reputation: 139
I want to use glyphicons in JButton and I wonder if there are is some alternative for Java Swing. If not is there is a way I can use fontello in my Java project?
Upvotes: 1
Views: 1159
Reputation: 33000
Glyphicons use a font to display icons, each icon being a character in the font.
Therefore it is simple to use them in JButtons.
Here is a detailed explanation using fontawesome instead of glyphicons but the technique is the same.
Upvotes: 2