Menu

#3 Hook to enable button panel customization.

open
6
2004-12-09
2004-12-09
meinc
No

In order to easily customize the SimpleJWizardDialog's
button panel the init method shall be slightly modified.
In addition a factory method shall be added:

int private void init() { ....
//...
this.buttonPanel = makeButtonPanel();
//...
}

/**
* Provides a hook to customize the button panel.
*/
protected JPanel makeButtonPanel() {
return new SimpleButtonPanel(wizardComponents);
}

Discussion

  • meinc

    meinc - 2004-12-09

    Modified SimpleJWizardDialog with other hooks already reported to JWizardComponent's author.

     
  • meinc

    meinc - 2004-12-09
    • priority: 5 --> 6
    • assigned_to: nobody --> w_ready99
     
  • Nobody/Anonymous

    Logged In: NO

    This has been added and will be included in a future release
    that will be coming out shortly

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.