8 lines
232 B
Text
8 lines
232 B
Text
Needs["GUIKit`"]
|
|
ref = GUIRun[Widget["Panel", {
|
|
Widget[
|
|
"ImageLabel", {"data" ->
|
|
Script[ExportString[Graphics[Rectangle[{0, 0}, {1, 1}]],
|
|
"GIF"]]}],
|
|
Widget["Label", { "text" -> "Hello World!"}]}
|
|
]]
|