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));