Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/397.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java 如何在Intellij Idea场景生成器中使用鼠标重新定位或调整项目大小?_Java_Intellij Idea_Javafx_Scenebuilder - Fatal编程技术网

Java 如何在Intellij Idea场景生成器中使用鼠标重新定位或调整项目大小?

Java 如何在Intellij Idea场景生成器中使用鼠标重新定位或调整项目大小?,java,intellij-idea,javafx,scenebuilder,Java,Intellij Idea,Javafx,Scenebuilder,我正在使用Intellij Idea场景生成器。我无法使用鼠标调整大小或进行相关设计。每当我尝试放置项目时,都会发生以下情况: 我也无法使用鼠标调整项目大小。以下是fxml代码: <?xml version="1.0" encoding="UTF-8"?> <?import javafx.scene.control.Button?> <?import javafx.scene.layout.AnchorPane?> <AnchorPane prefH

我正在使用Intellij Idea场景生成器。我无法使用鼠标调整大小或进行相关设计。每当我尝试放置项目时,都会发生以下情况:

我也无法使用鼠标调整项目大小。以下是fxml代码:

<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.layout.AnchorPane?>

<AnchorPane prefHeight="300" prefWidth="500" xmlns="http://javafx.com /javafx/8.0.172-ea" xmlns:fx="http://javafx.com/fxml/1" fx:controller="sample.Controller">

</AnchorPane>


是否有任何问题或我缺少一些代码?

这是一个问题。请关注YouTrack中的更新。

这是一个很好的解决方案。请在YouTrack中进行更新。

如果无法使IntelliJ的嵌入式场景生成器工作,可以尝试使用。如果无法使IntelliJ的嵌入式场景生成器工作,可以尝试使用。