RVRX / GoICasterCompanion

A tool built to help Guns of Icarus tournament broadcasters easily manage team names, logos, maps, and timers in their overlay.
https://goicc.skyborne.net
GNU General Public License v3.0
2 stars 1 forks source link

Splash Screen #52

Closed RVRX closed 3 years ago

RVRX commented 3 years ago

Implement a splash screen with skbo-chan caster logo

RVRX commented 3 years ago

https://stackoverflow.com/questions/31882784/how-to-create-splash-screen-as-a-preloader-in-javafx-standalone-application

RVRX commented 3 years ago

Need to figure out how to close preloader once done, load image with correct path, and potentially delay the actual application start by a wee bit

RVRX commented 3 years ago

From Oracle's Preloader doc

classes needed for preloader need to be packaged in the separate jar. We recommend this jar to be unsigned.

unsure if this will affect GoICC use-case

RVRX commented 3 years ago
RVRX commented 3 years ago

Disabling splash screen will have to come in another update, as it carries a lot of weight to it. Namely, where to save this setting between runs, which has not yet been decided for other elements as well