Hi all!
I want a mu (the micro symbol) in the text property of a JLabel.
(I want to be able to display the unit micro-seconds as "mu"s...)
Can anyone help me with that, pretty please?
Hi all!
I want a mu (the micro symbol) in the text property of a JLabel.
(I want to be able to display the unit micro-seconds as "mu"s...)
Can anyone help me with that, pretty please?
Open the API specs for the JLabel class (first hit on google if you search for "JLabel.java 6"). You will see the constructor which takes a String and also the setText method.
Thanks for answering and sorry for not being clear enough. The question should have been "How do I get a greek "mu"-symbol in a java string?"
I already knew how to set a JLabel text, that wasn't the problem, but anyhow thank you for taking the time to answer, that was nice of you!
Found out the answer myself. This is really what I wanted: