We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a73672 commit e122b6dCopy full SHA for e122b6d
src/main/java/org/scijava/ui/swing/console/SwingConsolePane.java
@@ -46,6 +46,11 @@
46
47
/**
48
* 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>
54
*
55
* @author Curtis Rueden
56
*/
0 commit comments