javafx: accept to complete list attrs (IDEA-101228)

This commit is contained in:
anna
2013-02-18 21:31:14 +01:00
parent edf1bebbc5
commit 3eb9e5fc55
4 changed files with 20 additions and 4 deletions
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.layout.*?>
<?import java.util.*?>
<?import java.net.*?>
<AnchorPane <caret> xmlns:fx="http://javafx.com/fxml">
</AnchorPane>
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.layout.*?>
<?import java.util.*?>
<?import java.net.*?>
<AnchorPane stylesheets="" xmlns:fx="http://javafx.com/fxml">
</AnchorPane>