import java.applet.*; import java.lang.*; import java.io.*; import java.awt.*; import java.awt.event.*; /** * * @author Andi Gramm * @version 1.0 */ public class Concert extends Applet { public Seat[] S; private Terminal[] T; /** Initializes the Form */ public void init() { initComponents (); } /** This method is called from within the constructor to * initialize the form. * WARNING: Do NOT modify this code. The content of this method is * always regenerated by the FormEditor. */ private void initComponents () { T = new Terminal[4]; for (int i=0; i