Developers, Developers, Developers! Maksim Sorokin IT Blog

9Mar/11Off

Silent Panels in IzPack

In your custom IzPack panel you may want to do some routine silently. In this case you would need just to skip your panel:

  @Override
  public void panelActivate() {
    ...
    parent.skipPanel();
  }
Tagged as: , Comments Off
Comments (0) Trackbacks (0)

Sorry, the comment form is closed at this time.

Trackbacks are disabled.