Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
実行時に呼び出すとDialog.show("title", "text", "ok", "cancel")、ダイアログのタイトルとその本文の間に改行があります。ダイアログが見栄えがよくないため、この改行を削除するにはどうすればよいですか?
Dialog.show("title", "text", "ok", "cancel")
DialogTitleResourceEdit で境界線を空に設定します。DialogContentPaneまた、ResourceEdit で境界線を空に設定することもできます。
DialogTitle
DialogContentPane