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.
如何创建与默认 LabelField 问题类似的自定义标签字段:它应该能够接受大文本,并且如果长度超过屏幕宽度,应该能够以不同的行显示它们。
如果长度超过屏幕宽度,现有的 LabelField 类已经在不同的行上显示文本。要增加字体大小,请执行以下操作:
label.setFont(Font.getDefault().derive(Font.PLAIN, 18, Ui.UNITS_pt));