Differences

This shows you the differences between two versions of the page.

Link to this comparison view

swt_faq [2014/08/28 15:33]
swt_faq [2021/04/05 11:23] (current)
Line 1: Line 1:
 +====== SWT FAQ ======
  
 +===== ImageDescriptor from Image =====
 +
 +  ImageDescriptor desc = ImageDescriptor.createFromImage(image);
 +  
 +===== Setting Color =====
 +  Display.getCurrent().getSystemColor(SWT.COLOR_BLUE);
 +  
 +  
 +{{tag>devel java}}