Music fonts!

Can you explain me how to paint music fonts (Maestro, Petrucci, etc..) on JPanel. I'm usingpublicvoid paint(Graphics g)

method but I can only see simple Fonts (Arial, Times, etc...). By using this method instead of music fonts I can see only rectangle marks.

Thanks.

[355 byte] By [migoran] at [2007-9-27 22:22:23]
# 1
If the mentioned music fonts are installed on your system, they should appear on the FontChooser.;o)V.V.
viravan at 2007-7-7 12:46:18 > top of Java-index,Archived Forums,Swing...
# 2
Or, you may try using unicode characters 1D100-1D1DD. The chart is listed here: http://www.unicode.org/charts/PDF/U1D100.pdf
jboeing at 2007-7-7 12:46:18 > top of Java-index,Archived Forums,Swing...