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.
GWTで、チェックボックスのテキストを太字にする方法は?、CheckBoxにsetFontがありません
CheckBox boldCheckBox=new CheckBox("ok"); boldCheckBox.setFont()???
誰でも方法を知っていますか?
CCS を使用できます: CCS クラスを使用して、チェックボックスでクラスを呼び出す必要があります。または、インライン CCS も使用できます。
font-weight: bold;
または、Baadshah によって提案された方法を使用できます。