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

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

How can I fetch data from a web server in an android application? -

jquery - How can I dynamically add a browser tab? -