mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +07:00
6 lines
239 B
XML
6 lines
239 B
XML
<?import javafx.scene.control.Button?>
|
|
<?import container.MyCustomContainer?>
|
|
<MyCustomContainer>
|
|
<Button text="abc" MyCustomContainer.newMethodName="123"/>
|
|
<Button text="abc" MyCustomContainer.newMethodName="42"/>
|
|
</MyCustomContainer> |