Added an Wizard framework
This commit is contained in:
parent
45f514fc27
commit
91b6c2bf85
11 changed files with 790 additions and 0 deletions
10
src/zutil/ui/wizard/Bundle.properties
Normal file
10
src/zutil/ui/wizard/Bundle.properties
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# To change this template, choose Tools | Templates
|
||||
# and open the template in the editor.
|
||||
|
||||
WizardManager.error.text=
|
||||
WizardManager.steps.text=Steps:
|
||||
WizardManager.cancel.text=Cancel
|
||||
WizardManager.finish.text=Finish
|
||||
WizardManager.next.text=Next >
|
||||
WizardManager.back.text=< Back
|
||||
WizardManager.pageTitle.text=
|
||||
Loading…
Add table
Add a link
Reference in a new issue