我正在学习JavaFX并面临在所有场景中共享相同资源的问题。
在PHP中的示例我们可以包含include("header.php");
或include("sidebar.php");
但是我如何在JavaFX中的所有场景/舞台上添加相同的侧边栏?
答案 0 :(得分:3)
使用<fx:include>
:
barcode location_id
xxxxxx 1 -- is in first rack
yyyyyy 2 -- is in the second rack