如何使用scrollPane在全屏應用程序中顯示大於屏幕的圖像?我有一個大約爲8000x3800像素的圖像,我希望能夠移動整個圖像並與其進行交互,而無需調整大小。如果你希望關於我的代碼的細節,或者一般問問。 public class SourceCodeVersion8 extends Application{
public static void main(String[] args
我有變焦和規模的JavaFX應用程序如下所述: Scale at pivot point in an already scaled node 我需要實現的是將圖像放置到右側窗格中,保持圖像的左邊,如下圖所示。 問題 如何能夠將這種應用到SPlitPane,其中左邊將是另一個面板。 SplitPane splitPane = new SplitPane();
splitPane.getIt