Can i create a Struct or a type in Java, like in C/C++
Struct{
... ...
... ...
... ...
};?
or in VB

Type
...
...
...
End type?

I need to do that to put it in a random file.
thanks.