Search:

Type: Posts; User: grimfromghent; Keyword(s):

Search: Search took 0.03 seconds.

  1. Ok, meanwhile I solved the problem myself. This...

    Ok, meanwhile I solved the problem myself. This is what is did:



    CSVWizardDialog wdialog = new CSVWizardDialog();
    wdialog.getDialog.setVisible(true);


    That way, the method showPage of...
  2. Replies
    1
    Views
    1,060

    Something like this? ...

    Something like this?

    mainView.setMarketDataStore(new MarketDataStore());

    And to access the data store:

    mainView.getMarketDataStore();
  3. AbstractWizardDialog throws nullPointerException when executing onNext

    Hi there,

    I'm trying to create a wizard consisting of multiple pages.
    Here is part of the code (rest is not important):




    public class CSVWizard extends AbstractWizard{
    public...
Results 1 to 3 of 3