R
rj
Hi
I've trying to create a report in my java application using a
jtextpane with a styled document. JTextPane has been chosen as it is
the only text component class I can find which will support multiple
font styes in the one document.
I am however having difficuilty in displaying the retrieved data
(based on query search) in a suitable way in the text pane - I cannot
figure out from the api how it is possible to display data in a
columnar way (ie with column headings and data for that column in
alignment with one another) without using a jtable. Is this possible??
Any help will be greatly appreciated.
Thanks,
RJ
I've trying to create a report in my java application using a
jtextpane with a styled document. JTextPane has been chosen as it is
the only text component class I can find which will support multiple
font styes in the one document.
I am however having difficuilty in displaying the retrieved data
(based on query search) in a suitable way in the text pane - I cannot
figure out from the api how it is possible to display data in a
columnar way (ie with column headings and data for that column in
alignment with one another) without using a jtable. Is this possible??
Any help will be greatly appreciated.
Thanks,
RJ