Next: ShowCodesApplet
Up: Linear Codes
Previous: Code Framework in Java
  Contents
In both of the applets included later, each code has a set of
options that need to be selected in order to specify the correct
code. Because each code has its own set of options, each code also
has a class that will construct a panel for the applet which
includes all the option boxes. Each of the panel classes have
basically the same outline, so there is also a super class,
LinearCodesPanel.
LinearCodesPanel.java
ParityPanel.java
HammingOverF2Panel.java
CyclicOverF2Panel.java
Frederick Leitner
2004-09-01