Fixed Javadoc warnings.
This commit is contained in:
parent
b841a7f14b
commit
3f76c3692d
10 changed files with 65 additions and 70 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue