mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-27 08:51:23 +07:00
5 lines
157 B
XML
5 lines
157 B
XML
<?import javafx.scene.control.*?>
|
|
<?import container.*?>
|
|
<MyCustomContainer>
|
|
<Button text="abc" MyCustomContainer.newPropName2="123"/>
|
|
</MyCustomContainer> |