/* * C4.java * * Created on August 4, 2003, 5:18 PM */ /** * * @author mmetelka */ public class C4 extends javax.swing.JPanel { /** Creates a new instance of C4 * *public void addAncestorListener(javax.swing.event.AncestorListener listener) { } * *public void addNotify() { } * *public void addPropertyChangeListener(java.beans.PropertyChangeListener listener) { } * *public void addPropertyChangeListener(String propertyName, java.beans.PropertyChangeListener listener) { } * *public void addVetoableChangeListener(java.beans.VetoableChangeListener listener) { } * *public void computeVisibleRect(java.awt.Rectangle visibleRect) { } * *public boolean contains(int x, int y) { } * *public javax.swing.JToolTip createToolTip() { } * *public void disable() { } * *public void enable() { } * * * * * * * * * * */ public C4() { } }