File tree 1 file changed +3
-3
lines changed
src/main/java/org/scijava/ui/swing/console
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 48
48
* {@link ItemTextPane} provides a {@link JTextPane} in a {@link JScrollPane}.
49
49
* The content is provided as {@link Iterator} of {@link ItemTextPane.Item}.
50
50
* ItemTextPane is used to display a large list of items, which is often
51
- * replaced and extented .
51
+ * replaced and extended .
52
52
* <p>
53
- * Replacing the entire list, requires an update to the {@link StyledDocument},
54
- * this is performed in a worker thread, as a result the event dispatch thread
53
+ * Replacing the entire list requires an update to the {@link StyledDocument}.
54
+ * This is performed in a worker thread; as a result, the event dispatch thread
55
55
* will not be blocked.
56
56
* <p>
57
57
* An {@link Item} can be tagged and incomplete. If this is the case the item
You can’t perform that action at this time.
0 commit comments