Text and Image on SWT Button -


Does a view have a SWT buuton with both image and text? I have tried to embed the SWIT in SWT and this view looks exactly as I want, but when an operation is in progress, this view does not load until the load is loaded. This makes my approach seem unstable. help please.

Are you using OS? You can set text and image only on Windows XP / Vista / Windows 7, GTK + and OSX. E.g.

  increases the public square ButtonView frontend {Private button m_button; Creating Public Zero PartControl (Composite Parent) {m_button = New Button (Parent, SWT.NONE); M_button.setText ("My Button"); M_button.setImage (JFaceResources.getImage (Dialog.DLG_IMG_MESSAGE_ERROR)); } Public Zero Set Focus () {m_button.setFocus (); }}  

Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -