JEditorPane
hi
I want to display the result of some calculations in a JEditorPane with some Formats for eg. I want to display the following
label1:
value1(decimal degrees)
value1(hrs min sec)
label2:
value2(decimal degrees)
value2(deg min sec)
in a JEditorPane.How can i display it?may be inside a table? or just bold the headings and use a different font for others or how or anyother suggestions to give a appealing output?Please help me with some sample codes.

