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")then 时,对话框标题和它的正文之间有一个换行符。由于对话框看起来不是很漂亮,如何删除此换行符?
Dialog.show("title", "text", "ok", "cancel")
在 ResourceEdit 上将边框设置DialogTitle为空。您还可以DialogContentPane在 ResourceEdit 上将边框设置为空。
DialogTitle
DialogContentPane