Search:

Type: Posts; User: copeg

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    2,674

    Re: FileDialog with JFrame

    As it should. Content 'added' to a JFrame is added to the content pane of the frame (a JPanel).




    See the API for FileDialog
  2. Replies
    3
    Views
    2,674

    Re: FileDialog with JFrame

    Yes, FileDialog has more of a native look and feel on a mac relative to the JFileChooser. JFrame extends Frame, so just pass this to the constructor.
Results 1 to 2 of 2