Window

R

rinkuu

Window w = new Window(Window owner);

is it possible to create a window object by using this statement. iam
a new bee please help me . if any body can tell me why i cannot create
a widow object.
 
M

Michael Borgwardt

rinkuu said:
Window w = new Window(Window owner);

is it possible to create a window object by using this statement.
Certainly.

iam a new bee please help me .

We are willing to.
if any body can tell me why i cannot create
a widow object.

Nobody can tell you that without more information, at the very least:

- What *exactly* did you do?
- What did you expect to happen?
- What *exactly* happened instead?
 
A

Andrew Thompson

On Wed, 15 Sep 2004 16:15:10 GMT, Lee wrote:

Please do not top-post Lee, I find it most confusing
...
Outsourcing. What a great idea.

OK, ..now I have to admit I wasn't quite
sure where to paste your comment, but
that really brings us to the crux of my
question.

What did your comment have to do with
opening a new window?

--
Andrew Thompson
http://www.PhySci.org/codes/ Web & IT Help
http://www.PhySci.org/ Open-source software suite
http://www.1point1C.org/ Science & Technology
http://www.lensescapes.com/ Images that escape the mundane
 
G

Grant Wagner

rinkuu said:
Window w = new Window(Window owner);

is it possible to create a window object by using this statement. iam
a new bee please help me . if any body can tell me why i cannot create
a widow object.

Would I be correct in assuming you've confused JavaScript with Java and
you are expecting some bit of documentation about java.awt.Window you've
read to work in client-side JavaScript to create a new window?

Because if you were actually using Java, you would need, at a minimum, a
Class definition of your own, an import java.awt.Window; and the correct
syntax (which would be Window w = new Window(owner) - assuming owner is a
valid Window object reference itself).

Please show all the code you are attempting to use this in. Explain what
you expect to happen. Explain what actually happens.

Then perhaps someone can help you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,678
Members
48,796
Latest member
Greg L.

Latest Threads

Top