0

I am using a client-server protocol using Netty. I am having a pre-loader and the main application in my Java program.

My question is, is it possible to fetch all needed CSS and FXML files from the server (using the pre-loader) and use them after the pre-loader is finished. If so, does anyone have an idea on how to do that?

Displee
  • 670
  • 8
  • 20
  • Hm,why not using another with gui JavaFX program that downloads them from the Server and when they are ready it calls the pre-loader of your main application.All that with notifications to the user,like a progress bar for example. – GOXR3PLUS Oct 12 '16 at 20:36
  • you load fxml files from directory right? everybody does, so why not direct your path to the path you downloaded the files to – Elltz Oct 12 '16 at 21:57
  • Well, my goal is not to make any of my css or fxml files public. I don't want to store them locally on the client side. – Displee Oct 13 '16 at 11:05

0 Answers0