Search:

Type: Posts; User: nigi10

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    2,702

    Re: FileDialog with JFrame

    Thanks,

    my problem was that somehow the getParent() method didn't work properly. It returned me a JPanel instead a JFrame, so i had to write a method setFrame() to pass it the frame. But it works...
  2. Replies
    3
    Views
    2,702

    FileDialog with JFrame

    Hello everybody,

    I want to open a file choose dialog within my swing application. My layout is a JPanel within a JFrame (or subclasses of it) and i want to open an AWT FileDialog because i read it...
Results 1 to 2 of 2