File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
src/main/java/org/scijava/ui/swing Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3131package org .scijava .ui .swing ;
3232
3333/**
34- * Swing-based SDI user interface for ImageJ .
34+ * Base interface for Swing-based user interfaces .
3535 *
3636 * @author Curtis Rueden
3737 * @author Grant Harris
Original file line number Diff line number Diff line change 7171import org .scijava .util .FileUtils ;
7272
7373/**
74- * A panel that allows the user to search for ImageJ commands. Based on the
74+ * A panel that allows the user to search for SciJava commands. Based on the
7575 * original Command Finder plugin by Mark Longair and Johannes Schindelin.
7676 *
7777 * @author Curtis Rueden
Original file line number Diff line number Diff line change 3737import org .scijava .ui .UIService ;
3838
3939/**
40- * A demonstration of ImageJ 's UI-agnostic dialog prompt capabilities.
40+ * A demonstration of SciJava 's UI-agnostic dialog prompt capabilities.
4141 *
4242 * @author Grant Harris
4343 * @author Curtis Rueden
Original file line number Diff line number Diff line change 5252import org .scijava .ui .swing .mdi .viewer .SwingMdiDisplayWindow ;
5353
5454/**
55- * Swing-based MDI user interface for ImageJ .
55+ * Swing-based MDI user interface.
5656 *
5757 * @author Grant Harris
5858 * @author Curtis Rueden
Original file line number Diff line number Diff line change 5151import org .scijava .ui .swing .viewer .SwingDisplayWindow ;
5252
5353/**
54- * Swing-based SDI UI for ImageJ .
54+ * Swing-based MDI user interface .
5555 *
5656 * @author Curtis Rueden
5757 * @author Grant Harris
You can’t perform that action at this time.
0 commit comments