mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-28 09:20:01 +07:00
6 lines
240 B
XML
6 lines
240 B
XML
<?import javafx.scene.control.Button?>
|
|
<?import container.MyCustomContainer?>
|
|
<MyCustomContainer>
|
|
<Button text="abc" MyCustomContainer.stati<caret>cProp="123"/>
|
|
<Button text="abc" MyCustomContainer.staticProp="42"/>
|
|
</MyCustomContainer> |