I am converting java code into c#.net code using Java Language Conversion Assistant(JLCA). In java if i am giving a statement
Java- import javax.swing.*
then JLCA is converting it into statement as follows.
C#- using javax.swing.*

Now my problem is if am trying to compile .net code it is giving error that type or namespace missing.

I think it is because that .net don't know "javax" package.
Can any body suggest the equalent namespace for javax in .net

Thanks & Regards,
Manimala.