I am moving my e4 rcp application( SWT + jface) to pure e(fx)clipse (JavaFX) and I want a splash screen in application with progress bar like eclipse do have.
Can anyone suggest what should i do?
I Checked this answer from tom but I didn't understand where I can load stage in e(fx)clipse application?
[Edit:1] As of now there is not Progress bar support for e(fx)clipse. And This helps to load splash with minimum efforts for novice.
[Edit:2] One more thing i have observed as mentioned in forum. Splash screen is visible at background to application.