| <?php require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); $App = new App(); $Nav = new Nav(); $Menu = new Menu(); include($App->getProjectCommon()); |
| $pageTitle = "Extending the Standard Widget Toolkit"; |
| <h1>Extending the Standard Widget Toolkit</h1> |
| <p>Downloads for OOPSLA 2005 Tutorial "Extending the Standard Widget Toolkit"</p> |
| <li><a href="t22-irvine.ppt">powerpoint slides</a></li> |
| <li><a href="swt_demos.zip">source for demos</a></li> |
| $App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html); |