The Algorithm Design Manual
About the Book
Programming Challenges

The Stony Brook Algorithm Repository

Steven Skiena
Stony Brook University
Dept. of Computer Science

Java Compatible Toolkit


The Java Compatible Toolkit contains a pair of graphical environments for creating and simulating NFAs, DFAs and high level Turning Machines. It makes heavy use the new JFC Swing components. It is designed to run as an application or applet on any platform supporting either:
1. JDK 1.2
2. JDK 1.1.7 and Swing 1.1.
3. JDK 1.1.7(or lower) and Swing 1.0.3(or lower)
4. Java Plugin w/ either 1.1.x or 1.2 JRE (if run in Applet mode)
  • Download Files (local site)
  • Java compatible toolkit, orignal site

    Problem Links

      
    Finite State Machine Minimization (3)



    This page last modified on 2008-07-10 .
    www.algorist.com