Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Add JFileChooser to Eclipse Window Builder

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?

like image 297
Carol.Kar Avatar asked Jun 13 '14 09:06

Carol.Kar


1 Answers

There is no JFileChooser present by default. But you can add it. Follow the steps:

  1. Go to system and click on Choose Component

enter image description here

2.. Now search for your component and add it.

enter image description here

For further details see this post JFileChooser and eclipse

like image 65
Arijit Avatar answered Sep 18 '22 05:09

Arijit