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.

