another newbie question.

From: Jay Czajkowski (jczajkowski_at_houston.rr.com)
Date: 10/04/04

  • Next message: Frédéric Gourul: "printing raw text in java"
    Date: Mon, 04 Oct 2004 18:27:54 GMT
    
    

    I have a JTextArea object named REGobject with some regular text in it and I
    want to append a few lines of bold text. I use the command:
    REGreport.setFont(new Font("SansSerif", Font.BOLD, 14)); and then try to
    append some new lines, but makes everything on REGobject bold not just the
    new lines. Can anyone tell me how to correct this problem? Thanks in advance
    for any help.


  • Next message: Frédéric Gourul: "printing raw text in java"