HI,
    I need to create a class to extend the vector member data. My 
class need to store 5 types of data. 
For example,

<pre>
data type  : Attribute   AttributeType   DefaultValue   Action   Value
1st value  : att1        type1           d1             yes     value1
2nd value :  att2        type2           d2             no      value2

</pre>

my class need to contain those five data types, and the first, 
second...values will be add as a vector. 
   Can anybody show me how to create this type of class? Thanks. 

_______________________________________________
Swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/swing

Reply via email to