I am new to eclipse window builder and want to create a simple GUI with it. I want to add the JFileChooser
, however it cannot be found in the palette, even though it's a Swing component. I searched through my components, but there is no file chooser.
How can I add the JFileChooser
to Eclipse Window Builder?
There is no JFileChooser
present by default. But you can add it.
Follow the steps:
Choose Component
2.. Now search for your component and add it.
For further details see this post JFileChooser and eclipse