mirror of
https://github.com/macocianradu/javaGUItoolkit.git
synced 2026-03-18 21:50:04 +00:00
9 lines
463 B
XML
9 lines
463 B
XML
<?xml version="1.0"?>
|
|
<Window Name="window" Visible="true" Size="640, 480">
|
|
<Button Name="button1" BackgroundColor="#990000" Size="200, 200" Label="button1">
|
|
<Button Name="button4" BackgroundColor="#009999" Size="100, 100" Label="button4">
|
|
<Button Name="button2" BackgroundColor="#000099" Label="button2"/>
|
|
</Button>
|
|
</Button>
|
|
<Button Name="button3" BackgroundColor="#009900" Location="300, 300" Label="button3"/>
|
|
</Window> |