All
We have the following in our CSS
.loginPanel {
-fx-background-color:-toolbar-background-color;
-fx-background-image: url("images/company_logo_blue_80x240px.png");
-fx-padding: 10 20 10 20;
-fx-background-repeat: no-repeat;
-fx-background-position: top;
-fx-effect: dropshadow(two-pass-box,black,5,.2,0,0);
}
When packaged and run on the same machine the images shows up. When deployed to another desktop the image is not shown.