Files
javaGUItoolkit/resources/ui.xml
Macocian Adrian Radu d9cb8a742a added decorations package
made framework for text aligners
2020-05-26 19:58:41 +03:00

100 lines
3.0 KiB
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 &#10;E &#10;Cea &#10;Mai &#10;Tare"
Name="Text"
Alignment="Right"
Row="0"
Column="0"/>
<Panel
BackgroundColor="#555555"
Name="Panel"
Row="0"
Column="1">
<RadioButtons
Size="1.0f, 0.3f">
<RadioButton
Text="Iubesc"
Name="Iubesc"
Size="300, 20"
Icon="circle"
/>
<RadioButton
Text="Ioana"
Name="Ioana"
Size="300, 20"
Icon="circle"
/>
<RadioButton
Text="Mult"
Name="Mult"
Size="300, 20"
Icon="circle"
/>
</RadioButtons>
<InputTextBox
BackgroundColor="#999999"
AccentColor="#aaaaaa"
ForegroundColor="#ffffff"
Location="0.0f, 0.8f"
Size="300, 60">
</InputTextBox>>
<DropDown
BackgroundColor="#222222"
Name="DropDown"
Label="Drop Down Menu"
Location="0.0f, 0.5f"
ContentHeight="30"
ContentWidth="100"
ClosedSize="200, 30">
<Button
Name="Button1"
Label="B1"/>
<Button
Name="Button2"
Label="B2"/>
<SideDropDown
Name="SideDropDown"
Label="SideDropDown"
ClosedWidth="100"
ClosedHeight="30"
ContentHeight="30"
ContentWidth="100">
<Button
Name="Button3"
Label="Button3"/>
<Button
Name="Button4"
Label="Button4"/>
</SideDropDown>
<SideDropDown
Name="SideDropDown"
Label="SideDropDown"
ClosedWidth="100"
ClosedHeight="30"
ContentHeight="30"
ContentWidth="100">
<Button
Name="Button5"
Label="Button5"/>
<Button
Name="Button6"
Label="Button6"/>
</SideDropDown>
</DropDown>
</Panel>
</GridPanel>
</Window>