Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

Form.java

Go to the documentation of this file.
00001 
00059 package com.arcle.rmt.j2se.swing.ui;
00060 
00061 import javax.swing.*;
00062 
00078 public abstract class Form extends JComponent {
00079 
00080     public Form() {
00081         initChildren();
00082         layoutChildren();
00083     }
00084 
00085     protected abstract void initChildren();
00086 
00087     protected abstract void layoutChildren();
00088 
00089 
00090     //-----------------------------------------------------------------------
00091 
00092     //-----------------------------------------------------------------------
00093     // Member Variables
00094 
00095 }

Generated on Fri Jun 18 19:51:21 2004 for Arcle Rambutan by doxygen 1.3.5