Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.
Kommentar: Migrated to Confluence 5.3


To run the example, navigate to the package "com.jaxfront.demo". You find these executable java applications:

  • com.jaxfront.demo.HelloSWT: Demonstrates how to use JAXFront panels within your own SWT composite. Shows the interaction between SWT widgets & JAXFront widgets.

...

Hinweis
Run this example as a SWT application. Be sure you add the swt jar to the java build path (e.q.: ECLIPSE_HOME/plugins/org.eclipse.swt.win32.win32.x86_3.2.1.v3235.jar). 
  • com.jaxfront.demo.HelloSWTSearchView: Demonstrates how to use JAXFront to create a search mask and a result list within an SWT composite.

...

Hinweis
Run this example as a SWT application. Be sure you add the swt jar to the java build path (e.q.: ECLIPSE_HOME/plugins/org.eclipse.swt.win32.win32.x86_3.2.1.v3235.jar).
  • com.jaxfront.demo.JIFrameDemo: Shows how easy a JAXFront UI can be integrated in an own JdesktopPane using MDI.

...


To run the class, select the class and select "Run As / Debug As  Java Application / SWT Application" from the popup menu.
Image Removed
Image Added