Fixed Javadoc warnings.

This commit is contained in:
dchandler 2003-06-29 15:37:35 +00:00
parent b841a7f14b
commit 3f76c3692d
10 changed files with 65 additions and 70 deletions

View file

@ -32,7 +32,7 @@ public class SimpleFrame extends JFrame {
* component comp.
*
* @param frameTitle the title (on the title bar) of the window
* @param rtfPane the */
* @param comp the component to be placed within this frame */
public SimpleFrame(String frameTitle, final Component comp)
{
super(frameTitle);