mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
javafx: accept to complete list attrs (IDEA-101228)
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user