Search:

Type: Posts; User: hooshdar3

Search: Search took 0.07 seconds.

  1. Thread: JDialog

    by hooshdar3
    Replies
    6
    Views
    1,118

    Re: JDialog

    Well, I used the method setBounds(). Thank you guys
  2. Thread: JDialog

    by hooshdar3
    Replies
    6
    Views
    1,118

    Re: JDialog

    How to specifythe coordinates?
  3. Thread: JDialog

    by hooshdar3
    Replies
    6
    Views
    1,118

    JDialog

    Hi.
    This is my code:

    JDialog dialog = new JDialog();
    dialog.setSize(400, 150);
    dialog.setTitle("Input dialog");
    dialog.add( new JLabel("simtime(min)") );
    dialog.add( new...
Results 1 to 3 of 3