in Gwt, how to make the text of checkbox bold? -


in gwt, how make text of checkbox bold?, there no setfont in checkbox

checkbox boldcheckbox=new checkbox("ok");  boldcheckbox.setfont()??? 

anyone know how?

you can

checkbox chk = new checkbox(); chk.getelement().getstyle().setfontsize(14, unit.pt); 

i recommending more possibilities


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -