what the fuck I did to the Javadoc?

Former-commit-id: 3cb22beaffd151903f7d4cc8f0cdeffbabd9c1a0
Former-commit-id: 104e52928b020e3db2599acb9c99fb3bb23e2f91
This commit is contained in:
Song Minjae
2016-09-22 23:07:50 +09:00
parent 433f27bef2
commit 85156ecdcf
6 changed files with 36 additions and 36 deletions

View File

@@ -322,7 +322,7 @@ A single text field supporting text entry
<TD><CODE><B><A HREF="../../../../org/newdawn/slick/gui/TextField.html#setCursorVisible(boolean)">setCursorVisible</A></B>(boolean&nbsp;visibleCursor)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Indicate whether the mouse cursor should be echo or not</TD>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Indicate whether the mouse cursor should be visible or not</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -697,10 +697,10 @@ setCursorVisible</H3>
<PRE>
public void <B>setCursorVisible</B>(boolean&nbsp;visibleCursor)</PRE>
<DL>
<DD>Indicate whether the mouse cursor should be echo or not
<DD>Indicate whether the mouse cursor should be visible or not
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>visibleCursor</CODE> - True if the mouse cursor should be echo</DL>
<DT><B>Parameters:</B><DD><CODE>visibleCursor</CODE> - True if the mouse cursor should be visible</DL>
</DD>
</DL>
<HR>