Text ..... Help

hi,I have very simple problem, i have to write a Text in applet( or canvas ),Text will contain multiply-line And Paragraph .Text must be not be editable.Thank you....
[187 byte] By [vivinda] at [2007-11-27 6:15:51]
# 1
Simpler ways are to put it into one or more labels or an uneditable text area.If you want to do it yourself you can use the LineBreakMeasurer and TextLayout classes in a Canvas or Panel (AWT) or a JLabel or JPanel (Swing).See LineBreakMeasurer api comments for
crwooda at 2007-7-12 17:26:59 > top of Java-index,Security,Cryptography...
# 2
drawString()
subbu_javaa at 2007-7-12 17:26:59 > top of Java-index,Security,Cryptography...