How do I close or open a MS Visual J++ form via code?
Printable View
How do I close or open a MS Visual J++ form via code?
Not quite the answer to your question, but:
Sun has sued Microsoft for claiming that Visual J++ is a Java environment while at the same time adding incompatible language extensions. They won and MS had to discontinue the product.
VJ++ is no longer supported in any way and is disappearing rapidly.
Sun offers free downloads for the REAL Java SDK. At www.netbeans.org you can download a free IDE for Java.
Or, if you really want to stick with MS (why though?), you need to buy Visual Studio.Net 2003, where there is included Visual J#, an IDE for a Java-like language that compiles to .Net IL.
I understand-but can anyone answer my question-i.e. a general way to close/open a java form,in code that would work with MS j# or j++ ?
The show() method should show the form, the hide() method should hide it.