Jazzy Spellchecker

Hi all,

I'm a begginer in Java programming, I have to add spellchecker to TextArea in java desktop application.

I'm using Jazzy API for spell checking , I need to underline wrong words in red (like MS word spelling check) , but I can't find any references to help me in using Jazzy ... Can anybody help me urgently, plz

Thnx in advance

[371 byte] By [Amiraa] at [2007-11-27 7:32:13]
# 1

1) I suppose most people here don't know or care about Jazzy

2) Marking incorrect words will be your task, not Jazzy's - it's your TextArea

3) TextAreas can't do this. You'll need a JTextPane and StyledDocument to add the underlining. (Unless there's something I missed about those components. Anyway, for further help you might want to ask at the Swing section.)

CeciNEstPasUnProgrammeura at 2007-7-12 19:12:28 > top of Java-index,Java Essentials,Java Programming...