• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JFileChooser

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I have a application with a GUI for the user to select the file on which he wants to operate, here i use JFIleChooser Class to do this for me. On Click of a button I instantiate object of JFileChooser and set some of the properties and call the showOpenDialog() Method. On the event of click of button the dialog appears for choosing the file with the open button first time but when I get into some directory by double clicking on directory, the open button gets distorted, the text "open" on the button is not visible. I don't know why this is happening.
I am using 1.4 version of java for development
please let me know if anyone else has faced the same problem and have found any solution
thanks in advance
nari
reply
    Bookmark Topic Watch Topic
  • New Topic