Eclipse Plug-in wizard related query

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • praveenss
    New Member
    • Jan 2009
    • 11

    Eclipse Plug-in wizard related query

    Hi,
    I am creating a wizard. I need to add the following in the wizard. A input to get the folder name. It should have a browse button to select the folder.

    Next i want to take some input in the first page in the form of text fields and display the same in the next page.

    Can anyone provide me sample code of how this can be achieved. I am new to eclipse and I got to learn this ASAP.

    I need to know how can we provide browse button to select the folder to save the files. This variable will be accessed in the next page to save the files which are also the input in the first page.


    TIA
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    If you want to create an Eclipse wizard better ask your question in an Eclipse forum; Eclipse uses SWT and a lot of proprietary stuff on top of it; I, for one, don't know much (zilch actually) about it. Otherwise start reading about the Swing JFileChooser class.

    kind regards,

    Jos

    Comment

    Working...