Sha256: 28273e567b15a74ed0316e0b83474efb85853cdb86291504a60799e2b1a754d7

Contents?: true

Size: 332 Bytes

Versions: 1

Compression:

Stored size: 332 Bytes

Contents

# frozen_string_literal: true
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

1 entries across 1 versions & 1 rubygems

Version Path
shoes-4.0.0.pre12 samples/simple_logo_display.rb