PDA

Click to See Complete Forum and Search --> : close a Visual j++ form


aafuss
Nov 19th, 2003, 03:09 AM
How do I close or open a MS Visual J++ form via code?

CornedBee
Nov 19th, 2003, 05:32 AM
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.

aafuss
Nov 19th, 2003, 09:29 PM
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++ ?

CornedBee
Nov 20th, 2003, 04:13 AM
The show() method should show the form, the hide() method should hide it.