mirror of
https://github.com/macocianradu/javaGUItoolkit.git
synced 2026-03-18 13:40:04 +00:00
changed how resources are loaded to be compatible with artifacts
added possibility to disable elements
This commit is contained in:
BIN
resources/icons/forbidden_black.png
Normal file
BIN
resources/icons/forbidden_black.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 286 B |
BIN
resources/icons/forbidden_red.png
Normal file
BIN
resources/icons/forbidden_red.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 480 B |
BIN
resources/icons/forbidden_white.png
Normal file
BIN
resources/icons/forbidden_white.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 303 B |
BIN
resources/images/clover.png
Normal file
BIN
resources/images/clover.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
@@ -9,7 +9,7 @@
|
||||
Size="1.0f, 1.0f"
|
||||
Name="Main Grid">
|
||||
<Text
|
||||
Text="Ioana E Cea Mai Tare"
|
||||
Text="Text Scris In Text Box"
|
||||
Name="Text"
|
||||
Alignment="left"
|
||||
Row="0"
|
||||
@@ -24,25 +24,25 @@
|
||||
Size="0.5f, 0.3f"
|
||||
Margins="10"
|
||||
Name="Image"
|
||||
Image="heart"/>
|
||||
Image="clover"/>
|
||||
<RadioButtons
|
||||
Name="Radio Buttons"
|
||||
Size="0.4f, 0.3f">
|
||||
<RadioButton
|
||||
Text="Iubesc"
|
||||
Name="Iubesc"
|
||||
Text="Up"
|
||||
Name="Up"
|
||||
Size="300, 20"
|
||||
Icon="circle"
|
||||
/>
|
||||
<RadioButton
|
||||
Text="Ioana"
|
||||
Name="Ioana"
|
||||
Text="Middle"
|
||||
Name="Middle"
|
||||
Size="300, 20"
|
||||
Icon="circle"
|
||||
/>
|
||||
<RadioButton
|
||||
Text="Mult"
|
||||
Name="Mult"
|
||||
Text="Down"
|
||||
Name="Down"
|
||||
Size="300, 20"
|
||||
Icon="circle"
|
||||
/>
|
||||
@@ -60,7 +60,7 @@
|
||||
<DropDown
|
||||
BackgroundColor="#222222"
|
||||
Name="DropDown"
|
||||
Label="Text Alignment"
|
||||
Label="Image Position"
|
||||
Location="0.0f, 0.5f"
|
||||
ContentHeight="30"
|
||||
ContentWidth="100"
|
||||
@@ -73,6 +73,7 @@
|
||||
ContentHeight="30"
|
||||
ContentWidth="100">
|
||||
<Button
|
||||
Disable="true"
|
||||
Name="topLeft"
|
||||
Label="Left"/>
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user