Skip to content

Commit e122b6d

Browse files
committed
SwingConsolePane: flesh out the javadoc
Hopefully this helps clarify the difference between (Swing)ConsolePane and ConsolePanel, which are otherwise confusingly similar in name.
1 parent 6a73672 commit e122b6d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/org/scijava/ui/swing/console/SwingConsolePane.java

+5
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@
4646

4747
/**
4848
* Swing implementation of {@link ConsolePane}.
49+
* <p>
50+
* This implementation consists of a <em>console</em> tab and a <em>log</em>
51+
* tab, provided by a {@link ConsolePanel} and {@link LoggingPanel}
52+
* respectively.
53+
* </p>
4954
*
5055
* @author Curtis Rueden
5156
*/

0 commit comments

Comments
 (0)