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