Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Source code: com/arranger/jarl/widget/container/SimpleCollection.java


1   package com.arranger.jarl.widget.container;
2   
3   import com.arranger.jarl.widget.ContainerWidget;
4   
5   /**
6    * SimpleCollection created on Feb 25, 2003
7    */
8   public class SimpleCollection extends ContainerWidget {
9   
10  
11  
12  }