|
Java™ by example!
|
|
|
How do I display the EURO sign in my JLabel?
JLabel is able to render HTML (3.2). You can use the code € inside html tags as shown in following example: Main.java:
Further Information
Author of answer: Joris Van den Bogaert
Comments to this answer are only viewable by members. Login or become a member!
|
|
|
|
|