f.Frame.setTitle()

f.Frame.setTitle(title)

개요

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

파라미터

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

title

Yes

String

앱 타이틀

예시

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

Last updated

Was this helpful?