how to create WIZARD using swing?
843805Nov 6 2006 — edited Nov 6 2006hello,
I am want to create one wizard for my application using swing.
For me, i want to enter user name and click 'next' button ,then it will ask 'password' and click 'next' to call my main gui window.
same thing. I want to add 'back' button, it go back where we want.
how to create wizard using swing.
if possible, give me some example wizard java programs.
thank you.