I have JAVA SWT/RCP application (Equinox OSGi), I am just creating Wizard which should look like one the picture:
The problem I just caught that standard SWT class Spinner, does not offer this kind of option to have some text inside of Spinner. I was doing some googling but I could not find any reasonable solution for this.
Spinner (with text) like described on my picture, is possible to do with Swing, but I cannot use Swing => SWT RCP (Equinox OSGi platform).
I even looked into SWT Spinner class source but its not very clear.
Can anybody help please?