1.
Observer/Observable Example
This is an example of implementation of an Observer/Observable pattern. ... code for Watcher and Subject is taken from SUN JDK implementation of java.util. ...
2.
Producers and Consumers Examples
This example of producers and consumers was taken from JPF Tutorial by ... PC.java is a very simple producer/consumer example with one Producer and one ...
3.
Producers and Consumers Examples
This example of producers and consumers was taken from JPF Tutorial by ... PC.java is a very simple producer/consumer example with one Producer and one ...
4.
Index of /examples/gui-large/autopilot/model
Index of /examples/gui-large/autopilot/model. Icon Name Last modified Size Description ... Autopilot.class 18-Aug-2004 14:41 47K [TXT] ...
5.
Oksana Tkachuk * File name: AlarmClock.java // Modified Solution ...
Oksana Tkachuk * File name: AlarmClock.java // Modified Solution * for an Alarm Clock Problem * This is a simulation of an Alarm Clock. ...
6.
MultiSet
AbstractCollection | +--java.util.AbstractList | +--java.util.ArrayList | +--envgen.util.MultiSet ... public class MultiSet; extends java.util.ArrayList ...
7.
import javax.swing.AbstractButton; import javax.swing.JComponent ...
JDialog; import javax.swing.JButton; import javax.swing. .... It must have a close button, //since some L&Fs (notably Java/Metal) don't provide one //in the ...
8.
Unrolled and not inlined version // A Vector is used as a shared ...
... as a shared data structure // No priorities are given or policies are used in this example class RWvector{ static Controller ctl; static Vector data; ...
9.
The Readers and Writers Examples
Example with vector as a shared data structure: RWvector.java, All sources. In this example a vector is used as a shared data structute for readers and ...
10.
Index of /examples/gui-large/car-cruise-control
Index of /examples/gui-large/car-cruise-control. Icon Name Last modified Size Description. [DIR] Parent Directory - [DIR] model/ 18-Aug-2004 14:41 - [DIR] ...