[geotk] [JIRA] Created: (GEOTK-10) LoggingPannel needs to support
multi-lines logging messages
Martin Desruisseaux (JIRA)
jira at geomatys.com
Tue Jun 9 09:40:57 EDT 2009
LoggingPannel needs to support multi-lines logging messages
-----------------------------------------------------------
Key: GEOTK-10
URL: http://jira.geotoolkit.org/browse/GEOTK-10
Project: Geotoolkit
Issue Type: Improvement
Components: Widgets
Affects Versions: 3.00
Reporter: Martin Desruisseaux
Assignee: Martin Desruisseaux
Fix For: 3.01
{{LoggingPanel}} is used for reporting the progress of {{MosaicImageWriter}}. However some message logged by this process have many lines, especially when reading the tiles from the source mosaic in which case the input is formatted as a table. The current {{LoggingPanel}} shows only the first line of such message, making them useless.
Improvements to be applied include:
* Replace the usage of {{JTable}} from Swing by {{JXTable}} from swinglabs. This add column hiding, highlighter, filtering and search more fonctionalities.
* Allows the usage of a monospaced font in the message column.
* Spend many table lines when needed.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.geotoolkit.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the Geotoolkit
mailing list