For the complete documentation index, see llms.txt. This page is also available as Markdown.

f.Frame.setTitle()

f.Frame.setTitle(title)

개요

f.Frame.setTitle()로 앱 타이틀을 변경할 수 있습니다.

파라미터

파라미터명
필수여부
타입
제약사항
설명

title

Yes

String

앱 타이틀

예시

// 타이틀을 변경합니다.
f.Frame.setTitle("MyApp");

마지막 업데이트

도움이 되었나요?