alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

What this is

This file is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Other links

The source code

<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>
SwingForumApplet
</TITLE>
</HEAD>
<BODY>
<H1 align=center>SwingForumApplet
<DIV align=center>
<!--"CONVERTED_APPLET"-->
<!-- CONVERTER VERSION 1.3 -->
<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
WIDTH = 600 HEIGHT = 400  codebase="http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,0,0">
<PARAM NAME = CODE VALUE = com.ondelette.servlet.webforum.SwingForumApplet>
<PARAM NAME = ARCHIVE VALUE = SwingForumApplet.jar >
<PARAM NAME="type" VALUE="application/x-java-applet;version=1.3">
<PARAM NAME="scriptable" VALUE="false">
<PARAM NAME="ForumURL" VALUE="http://mydomain/servlet/com.ondelette.servlet.webforum.WebForumGenericServlet">
<PARAM NAME = "ForumFile" VALUE ="sampleforum.properties">
<COMMENT>
<EMBED type="application/x-java-applet;version=1.3"  CODE = com.ondelette.servlet.webforum.SwingForumApplet ARCHIVE = SwingForumApplet.jar WIDTH = 600 HEIGHT = 400  ForumURL="http://mydomain/servlet/com.ondelette.servlet.webforum.WebForumGenericServlet" ForumFile = "sampleforum.properties"  scriptable=false pluginspage="http://java.sun.com/products/plugin/1.3/plugin-install.html"></COMMENT>

&lt;/NOEMBED&gt;</EMBED>
&lt;/OBJECT&gt;

&lt;!--"END_CONVERTED_APPLET"--&gt;

&lt;P align=right&gt;<small>Cette applet a été réalisée par Daniel Lemire avec l'aide de Jerason Banes.</small>

&lt;/BODY&gt;
&lt;/HTML&gt;
 </pre>
</td>
</tr>
</table>
</div>

<div style="padding-top: 1em; width: 310px; margin-left: auto; margin-right: auto; table {border-collapse: collapse; border: none;}; tr {border-collapse: collapse; border: none; text-align: center;};">
<table width="100%" cellspacing="0" cellpadding="0">
  <tr>
      <td colspan="2" style="border-collapse: collapse; border: none; text-align: center;};">
        <em>... this post is sponsored by my books ...</em>
      </td>
  </tr>
  <tr>
      <td width="150" style="border-collapse: collapse; border: none; text-align: center;};">
        <a href="https://kbhr.co/ckbk-v2"><img
           src="/images/books/scala-cookbook-v2-cover-220h.jpg"
           title="The Scala Cookbook, by Alvin Alexander" height="220" />
           <br /><span style="opacity: 0.4;">#1 New Release!</span></a>
      </td>
      <td width="150" style="border-collapse: collapse; border: none; text-align: center; padding-left: 8px;">
        <a href="http://kbhr.co/fps-book"><img
           src="/images/books/functional-programming-simplified-small.jpg"
           title="Functional Programming, Simplified, by Alvin Alexander"
           height="220" />
           <br /><span style="opacity: 0.4;">FP Best Seller</span></a>
      </td>
  </tr>
</table>
<p>&nbsp;</p>
</div>


<div id="whats_new">
<h2>new blog posts</h2>
<div id="whats_new_list">
<ul>
<li><a class="whats_new_link" href="/scala/functional-programming-simplified-book">Functional Programming, Simplified (a best-selling FP book)</a></li>
<li><a class="whats_new_link" href="/scala/whats-easiest-way-to-learn-functional-programming">What&#039;&#039;&#039;s the easiest way to learn functional programming?</a></li>
<li><a class="whats_new_link" href="/scala/learn-scala-3-the-fast-way-book">Learn Scala 3 The Fast Way (book)</a></li>
<br/>
<li><a class="whats_new_link" href="/scala/learn-functional-programming-book">Book: Learn Functional Programming The Fast Way! (FP for OOP developers)</a></li>
<li><a class="whats_new_link" href="/photos/functional-programming-books-comparison-2023">Functional programming books, comparison</a></li>
<li><a class="whats_new_link" href="/scala/learning-recursion-free-booklet">Learning Recursion: A free book, by Alvin Alexander</a></li>
<br/>
<li><a class="whats_new_link" href="/photos/learn-functional-programming-fast-way-book-cover">Learn Functional Programming The Fast Way! (new book cover)</a></li>
<li><a class="whats_new_link" href="/misc/let-go-of-the-ego-at-least-at-night-dreams">Letting go of the ego (at least at night)</a></li>
<li><a class="whats_new_link" href="/photos/woo-woo-woo-binaural-beats-app-ios-macos-android">Woo Woo Woo: A binaural beats app</a></li>
<br/>
<br/>
</div>
</ul>
</div>


<p>&nbsp;</p>

<p align="center"><font color="#000000" size="2"
face="Verdana,Arial">Copyright 1998-2024 Alvin Alexander, alvinalexander.com<br/>
All Rights Reserved.<br/>
<br/>
A percentage of advertising revenue from<br/>
pages under the <a href="/java/jwarehouse">/java/jwarehouse</a> 
URI on this website is<br/>
paid back to open source projects.</p>


<script>
shuffle(books);
var div = document.getElementById("leftcol");
var pre = '<div style="margin: 0; padding-right: 1.6em"><h2 align="center">favorite&nbsp;books</h2>';
var post = '</div>';
if (adblock) {
  var str = books.slice(0,3).join(" ");
  div.insertAdjacentHTML('beforeend', pre + str + post);
} else {
  var str = books.slice(0,1).join(" ");
  div.insertAdjacentHTML('beforeend', pre + str + post);
}
</script>

<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3075717592179848"
        crossorigin="anonymous"></script>

<p style="padding-bottom: 80px;">&nbsp;</p>


</body>