java - Style of the Button in SWT/JFace -
i new swt/jface development. trying change style of
button displayed in jface dialog box color, font, size , add image button.
for e.g; have create button in circular shape
please suggest me way.
all swt elements have corresponding styling methods like:
setbackground(...) setbackgroundimage(...) setfont(...)
and on.
in eclipse before juno way "style" widgets.
in eclipse 4.0 possible style css. can read more on lars vogel's page eclipse 4 css styles.
Comments
Post a Comment