Addding multiple jTables in jTextArea
-
I am making a desktop application in swing.I want to add multiple tables in a text file or textarea. providing the table format, contents,rendering must be same . I am able to display the contents on text area but failed to keep the same formatting. I have to generate report at last which contains multiple tables of different sizes from different frames. Suggest me the solution or alternatives
-
I am making a desktop application in swing.I want to add multiple tables in a text file or textarea. providing the table format, contents,rendering must be same . I am able to display the contents on text area but failed to keep the same formatting. I have to generate report at last which contains multiple tables of different sizes from different frames. Suggest me the solution or alternatives
TextArea does not support any html content. You can use a JEditorPane to display HTML or a JTextPane,
Regards Shubhashish
-
TextArea does not support any html content. You can use a JEditorPane to display HTML or a JTextPane,
Regards Shubhashish
Thanks Shubhashish, but i am not taking about html content in jtextarea,i want to add jTables in jTextArea or jTeaxtPane
-
Thanks Shubhashish, but i am not taking about html content in jtextarea,i want to add jTables in jTextArea or jTeaxtPane
you may try this http://www.activetree.com/jreport/docs/smartjreport_tutorial.html#can_i_automatically_print_or_pdf[^]
Regards Shubhashish