Details
Description
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.
