"주석"의 두 판 사이의 차이

1번째 줄: 1번째 줄:
{{다른뜻|Sn}}
==개요==
==개요==
;comment
;comment

2014년 5월 7일 (수) 14:46 판

  다른 뜻에 대해서는 Sn 문서를 참조하십시오.

1 개요

comment
주석, 코멘트
  • 소스코드 중 사람이 임의로 기술한 내용
  • 처리시에는 무시되므로 자유롭게 글 작성 가능

2 Java

 /**
  * Registers the text to display in a tool tip.   The text 
  * displays when the cursor lingers over the component.
  *
  * @param text  the string to display.  If the text is null, 
  *              the tool tip is turned off for this component.
  */
 public void setToolTipText(String text) {

3 같이 보기

4 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}