forked from phoedos/pmd
Rename package
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
|
||||
*/
|
||||
|
||||
package net.sourceforge.pmd.util.fxdesigner.fxdesigner;
|
||||
package net.sourceforge.pmd.util.fxdesigner;
|
||||
|
||||
import java.io.StringWriter;
|
||||
import java.util.Enumeration;
|
@@ -2,7 +2,7 @@
|
||||
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
|
||||
*/
|
||||
|
||||
package net.sourceforge.pmd.util.fxdesigner.fxdesigner;
|
||||
package net.sourceforge.pmd.util.fxdesigner;
|
||||
|
||||
import java.io.IOException;
|
||||
|
@@ -2,7 +2,7 @@
|
||||
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
|
||||
*/
|
||||
|
||||
package net.sourceforge.pmd.util.fxdesigner.fxdesigner;
|
||||
package net.sourceforge.pmd.util.fxdesigner;
|
||||
|
||||
import java.io.StringReader;
|
||||
import java.net.URL;
|
@@ -2,7 +2,7 @@
|
||||
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
|
||||
*/
|
||||
|
||||
package net.sourceforge.pmd.util.fxdesigner.fxdesigner;
|
||||
package net.sourceforge.pmd.util.fxdesigner;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
@@ -9,7 +9,7 @@
|
||||
<?import javafx.scene.layout.AnchorPane?>
|
||||
<?import javafx.scene.layout.BorderPane?>
|
||||
|
||||
<AnchorPane prefHeight="600.0" prefWidth="900.0" xmlns="http://javafx.com/javafx/8.0.141" xmlns:fx="http://javafx.com/fxml/1" fx:controller="net.sourceforge.pmd.util.fxdesigner.fxdesigner.DesignerController">
|
||||
<AnchorPane prefHeight="600.0" prefWidth="900.0" xmlns="http://javafx.com/javafx/8.0.141" xmlns:fx="http://javafx.com/fxml/1" fx:controller="net.sourceforge.pmd.util.fxdesigner.DesignerController">
|
||||
<children>
|
||||
<BorderPane prefHeight="600.0" prefWidth="900.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
||||
<top>
|
Reference in New Issue
Block a user