Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>This is usually problem of Swing not SWT (SWT is directly linked to OS/framework provided widgets) - a quote from <em>A gentle introduction to SWT and JFace</em> <a href="http://www.ibm.com/developerworks/opensource/library/os-jface1/index.html" rel="nofollow noreferrer">2</a>:</p> <blockquote> <p>SWT is a library that creates a Java view of the native host operating system GUI controls. It is host implementation-dependent. This means SWT-based applications have several key characteristics: 1. <strong>They look, act, and perform like "native" applications.</strong> 2. <strong>The widgets provided reflect the widgets (the components and controls) provided on the host operating system.</strong> 3. Any special behavior of the host GUI libraries is reflected in SWT GUIs.</p> </blockquote> <p>The pre 3.5 Milestone used to use Carbon framework and now the 3.5+ supports both 32/64bit Cocoa framework <a href="http://eclipse.org/swt/R3_5/new_and_noteworthy.html" rel="nofollow noreferrer">1</a> so perhaps that has caused you confusion? Or can you be more specific, give us the version you use and some screenshots / sample code to reproduce?</p> <p>I have been developing java application based on SWT/Eclipse RCP for a while on OSX and have not found and major problem with look&amp;feel (of cause it does not 100% comply the Apple HID <a href="http://developer.apple.com/mac/library/DOCUMENTATION/UserExperience/Conceptual/AppleHIGuidelines/XHIGIntro/XHIGIntro.html" rel="nofollow noreferrer">3</a> as it complies with Eclipse UIG)</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload