Dialogs

C

Christophe Vanfleteren

nick said:
Thanks for being so helpful.

Hope i can be as much help to you one day.
What people are trying to make you see is that you need to give more
information before we can help you.

What do you mean by dialog? What have you tried? ...

Also, if you're a newbie (and it sounds like it), c.l.j.help is a better
newsgroup to go to.

And for kind of answering your question, have you looked at the JDialog
class?
 
A

antroy

nick said:
How do i get a dialog to work

Stupid question. What is your exact problem? What is the code you are
trying? Or is it a general "How do I use Dialogs?"

In any case the correct newsgroup is probably comp.lang.java.help for
newbie questions such as these.

And before doing that Google would present you with Sun's official
tutorial on the subject by just typing in the question above even
without the keyword 'Java'.

So, do the google search and read the tutorial, and then the Java SDK
API's (Hint - JDialog and JOptionPane are contenders for what you want).
If you still can't get them to work, then go to c.l.j.help and state the
exact problem you are having, along with your code that doesn't work.

Hope this is more helpful.
 
T

Thomas Kellerer

Thanks for being so helpful.

Hope i can be as much help to you one day.

An answer to your initial question ("How do i get a dialog to work") would be:

JDialog dialog = new JDialog();
dialog.setSize(640,480);
dialog.show();

Would that be be more helpful?


Honestly: you need to be *much* more specific if you expect an answer that
actually helps you.

Start with any Java tutorial. Try Google and the Java forum on Sun's site. Then
if you are stuck, post your problem and your code.


http://java.sun.com/developer/onlineTraining/index.html

Thomas
 
C

chris

Virgil said:
1. Requirements document
2. RFP
3. Accept Bids
4. Negotiate contract
5. Hire contractor
6. Pay contractor's invoice, or dialog may suddenly cease to work.
 
V

Virgil Green

nick yakman said:
Thanks for being so helpful.

Hope i can be as much help to you one day.

Nick,

You already have... and more. Every once in a while we get to pick a
question that is so vague that is just cries out for non-sensical responses.
Thanks for letting us get it off our collective chest.

As has already been pointed out, this group will be more than happy to help
anyone who comes to the table with a clearly defined question or even a
not-so-clearly defined question.

Fortunately, it appears most everyone was in a good mood and we just had fun
with it.

- Virgil
 

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