Sha256: 1ed07b9b508ab36e8d8d7dd2ac00030040d9f579189fdd1c990f2ce0d46e4395

Contents?: true

Size: 302 Bytes

Versions: 2

Compression:

Stored size: 302 Bytes

Contents

Shoes.app title: 'Shoes 4 Logo Icon!', width: 310, height: 420 do
  stack do
    path = File.join(Shoes::DIR, 'static/shoes-icon.png')
    image path
    flow do
      image path
      image path
    end
    stack do
      image path
      para ' ' * 20 + 'Powered by JRuby and SWT!'
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
shoes-4.0.0.pre2 samples/sample2.rb
shoes-4.0.0.pre1 samples/sample2.rb