Home > Net >  Is there a way where we can set a warning icon beside a combo viewer in SWT when the input is empty
Is there a way where we can set a warning icon beside a combo viewer in SWT when the input is empty

Time:02-10

I have a comboviewer that has inputs. When the inputs are empty, I want to set a warning icon which displays a tooltip message on the icon and if there is 1 item in the list, the warning icon should be removed.

CodePudding user response:

  •  Tags:  
  • Related