Question : java UI component plugin in eclipse

Hi experts,

I am programming Java in eclipse. I am wondering is there any plugin in eclipse that has "open file", "button", "save file" ... components I can use directly. Something like VC++ or Borland C++ Builder that I can drag an "open file" component button on the form, and then programming in the corresponding methods of the component. Thanks!

 

Answer : java UI component plugin in eclipse

JFileChooser should do the trick:
http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/JFileChooser.html

Here is an example of usage to filter to files you want on open - http:Q_23853220.html.

Random Solutions  
 
programming4us programming4us