Skip to content

Instantly share code, notes, and snippets.

View mrombout's full-sized avatar
☀️

Mike Rombout mrombout

☀️
View GitHub Profile

Keybase proof

I hereby claim:

  • I am mrombout on github.
  • I am mrombout (https://keybase.io/mrombout) on keybase.
  • I have a public key ASA2O6pOD15goor8i33-5bgiPyUYhIM-DOEqwbdoneyH4Ao

To claim this, I am signing this object:

@mrombout
mrombout / WizardSelectionPageSniperComments.java
Last active October 7, 2022 11:27
Snippet: WizardSelectionPage Example
/**
* Creates two wizard one named "FirstWizard" and another one named
* "SecondWizard". For each wizard we create one single page named
* "FirstWizardSelectionPage" (belonging to "FirstWizard") and
* "SecondNormalWizardPage" (for the "SecondWizard".
*
* This snippet demonstrates how to use the WizardSelectionPage how to use the
* "WizardSelectionPage" provided by JFace.
*
* Please refer to the following gist for an undocumented version: https://gist.github.com/mrombout/6019148#file-wizardselectionpagesnippet-java