TOC PREV NEXT INDEX




SWT Toolkit Example


Note: This example uses the SWT_AWT Bridge component to present a Swing-based browser component inside of an SWT application.

To start the SWT example browser:

  1. Using Windows, ensure that JDK 1.4.2 or higher has been installed. Under Linux, JDK 1.5.0 or higher is required.
  2. Ensure that the swt.jar file is on the classpath, along with the usual ICEbrowser jars. The SWT implementation for your target platform can be downloaded from: http://www.eclipse.org/downloads/index.php
  3. Specify the location of the SWT runtime native libraries on the command-line: Djava.library.path="path to swt native library"


Copyright 2005. ICEsoft Technologies, Inc.
http://www.icesoft.com

TOC PREV NEXT INDEX