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

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

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -