Files
javaGUItoolkit/resources/ui.xml
Macocian Adrian Radu eb4ce47a5c removed recursive call in paint
added scroll panes without relative position
2020-03-31 20:36:08 +03:00

14 lines
826 B
XML

<?xml version="1.0"?>
<Window
Name="window"
Visible="true"
Size="640, 480"
Title="FANTASTICEST UI THINGY">
<ScrollPanel Name="ScrollPane" BackgroundColor="#333333" Size="1.0, 1.0" Location="0.0, 0.0">
<ToggleButton Name="button3" BackgroundColor="#123456" AccentColor="#654321" Size="100, 100" Location="320, 240" Icon="minimize_white"/>
<Slider Name="Slider" Size="100, 20" Location="0, 0" Direction="horizontal" SliderSize="0.3"/>
<Slider Name="VSlider" Size="20, 100" Location="101, 0" SliderSize="0.5"/>
<Button Name="Button" BackgroundColor="#777777" AccentColor="#654321" Size="100, 100" Location="660, 0"/>
<Button Name="Button" BackgroundColor="#777777" AccentColor="#654321" Size="100, 100" Location="660, 660"/>
</ScrollPanel>
</Window>