How do I specify where a dialog should be shown

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tony Johansson

    How do I specify where a dialog should be shown

    Hello!


    I have a dialow window that I want do be shown at some specific position
    where the frame is located. How is that done?

    //Tony


  • Oliver Wong

    #2
    Re: How do I specify where a dialog should be shown


    "Tony Johansson" <johansson.ande rsson@telia.com > wrote in message
    news:65loe.2641 0$d5.177382@new sb.telia.net...[color=blue]
    > Hello!
    >
    >
    > I have a dialow window that I want do be shown at some specific position
    > where the frame is located. How is that done?[/color]


    JDialog.setBoun ds(int,int,int, int);

    - Oliver


    Comment

    Working...