About jjCode

jjCode is a small and concise Java library to process and interpret bbCode sequences and smileys and translate them to HTML code.

Features at a glance :

jjCode has been designed for JDK 1.4+. It has no dependancies on other java libraries, and it is very lightweight - about 35 Kb.

Currently, jjCode can handle the following sequences:

Command Sequence Rendering result with default CSS Editing control
[b]...[/b]
bold text
[u]...[/u]
underlined text
[i]...[/u]
italics
[sub]...[/sub]
subscript : H2O
[sup]...[/sup]
superscript : e=-1
[color=color] ... [/color]
Sample text in different colors  Color
[email=sample@somewhere.com]...[/email]
Press here to contact us
[size=pt]...[/size]
Several different Sizes Size
[quote=user]...[quote]
And then you said:

foo:
me:
Java is better!
No... C# is better than Java
.
What a troll!
[url=link]...[/url]
Go get Java now
[img=url] alt text [/image]
Here is an image for you : Firefox logo
[audio=url] alt text [/audio]
Listen to this !
[video=url] alt text [/audio]
Watch this !
:cry:
Crying  
:?
Confused  
8)
Cool  
:evil:
Evil  
:D
Laugh  
:)
Smile  
:x
Mad  
:lol:
LOL  
:?:
Confused:  
:(
Sad  
:O
Surprised  
:!:
Exclamation  
:roll:
Ooops  
:arrow:
Arrow  
:P
Blebleble  
:twisted:
Twisted  
:wink:
Wink  
:oops:
Red face  
8O
Ouch!  
:idea:
Idea  

Rendering control & help field