Menu

Tree [r900] / branches / Release-2-0-8 / php-java-bridge / examples / gui /
 History

HTTPS access


File Date Author Commit
 README 2005-09-07 jost2345 [r338] 2.0.8RC2 fixes PR1283148 and 1281189.
 gtk-button.php 2005-09-07 jost2345 [r338] 2.0.8RC2 fixes PR1283148 and 1281189.
 gtk-fileselector.php 2005-09-07 jost2345 [r338] 2.0.8RC2 fixes PR1283148 and 1281189.
 swing-button.php 2005-08-11 jost2345 [r321] Release-2.0.8-preview
 swt-button.php 2005-08-11 jost2345 [r321] Release-2.0.8-preview

Read Me

These examples show how to create GUI applications with PHP.

* swt-button.php: Uses SWT to create a native GUI on windows or
  unix. SWT is part of eclipse and can be downloaded from
  www.eclipse.org.

* swing-button.php: This example uses java swing. In order to use
  swing you must switch it on, for example by setting the
  java.lang.System property "java.awt.headless" to false. Otherwise you
  will get an "awt headless" exception. Please note that swing has
  several design problems which translate into an extensive number of
  swing related bugs and system crashes. One such problem is that swing
  creates UI threads which may cause the application to hang. Please
  do not use swing to create a java GUI, please use SWT or GTK instead.

* gtk-button.php: This example uses mono gtk. You need the
  PHP/Mono+Net Bridge and gtk-sharp installed on the system.

* gtk-fileselector.php: An example which opens a file selector via
  mono gtk. You need the PHP/Mono+NET Bridge and gtk-sharp installed
  on the system.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.