Files
javaGUItoolkit/resources/ui.xml
Macocian Adrian Radu 202610764b added merge tu grid Panel
moved borders to external components
added text field for one line with select
2020-04-27 17:32:34 +03:00

27 lines
588 B
XML

<?xml version="1.0"?>
<Window
Name="Window"
Visible="True"
Title="Sudoku 1.0"
Size="1024, 576">
<GridPanel
BackgroundColor="#75ff75"
Size="1.0f, 1.0f"
Name="Main Grid">
<Text
Text="Ioana"
Name="Text"
Row="0"
Column="0"/>
<Panel
BackgroundColor="#555555"
Name="Panel"
Row="0"
Column="1">
<Border
Thickness="10"
Color="#ff0000"/>
</Panel>
</GridPanel>
</Window>