// JP opened flex table

Click to See Complete Forum and Search --> : calling forms in java


zainab
December 13th, 2001, 03:11 PM
Hi !!!
i would really appreciate if you could provide an
instant reply to this query...
How can we call forms from other forms in Java? I mean
do we do it by instantianting the form or is there a
particular method to do it..
n how can we call a form from an inner class?

please respond immediately...
Thank U
xainab

Norm
December 13th, 2001, 06:28 PM
Could you explain your problem a bit more?
What are "forms" in Java? And how are they "called"?

The only forms I'm familiar with are the HTML tags: <FORM

Norm

zainab
December 13th, 2001, 10:12 PM
Sir, when we compile the code and an interface is developed, and from thatwe wat to call a new compiler form or interface, how do we do that
Please reply instantly!!!

dlorde
December 14th, 2001, 07:28 AM
Please reply instantly!!!

No. We'll take our time... ;-)

If you want a sensible reply, you need to ask a clear question. If someone asks you to explain what you mean by a term like 'form', it doesn't help if you just repeat it. Neither of your messages are clear or explicit enough to make sense.

what are you trying to do?

What do you mean by a 'call a new compiler form or interface'?

If by 'form' you mean some kind of Window, Frame, or Dialog, that's fine, but these things have no more to do with the compiler than any other class.

If you want to know how to program in Java, see the Java Tutorial at http://developer.java.sun.com/developer/onlineTraining/ and Bruce Eckel's book 'Thinking In Java' at http://www.codeguru.com/java/tij/tij_c.shtml.

Dave

Norm
December 14th, 2001, 10:25 AM
What does "Please reply instantly!!!" mean? In my culture that is very impolite. It is what the king says to his subject. A more polite way to ask for someone's help would be: "Please answer as soon as you can. Thanks."

I still do not understand your question. Especially what is a "compiler form"?

Norm

//JP added flex table