CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: JFileChooser

  1. #1
    Join Date
    Apr 1999
    Posts
    4

    JFileChooser



    I have noticed that the JFileChooser dialog is really bad at

    detecting double clicks. Does anyone else see poor performance

    with this dialog? Does anyone know a vendor who sells a

    good file chooser?


    The problem I see is intermittent. Sometimes it seems to

    work but other times it just won't let me open a folder

    for anything.

  2. #2
    Join Date
    Apr 1999
    Posts
    7

    Re: JFileChooser



    I don't know what "Filechooser" version you are using. I have not yet migrated to "Java 2". The application project I'm working with freezes me at

    JDK 1.1.6 (as of yet Bently MicroStationJ only uses JDK 1.1.6 and I can't find anything about them migrating to Java 2.)


    The "FileChooser" thing as of JDK 1.1.6 and 1.1.7 were "evolving" creations and worked different in each version. Maybe Java 2. has fixed it, but I know it wasn't a satisfactory Swing Component ANY Time I used it....




Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured