Sha256: 619508dcc2a78d8baf19078b7a35ccef1c34e27f9e94cbb2402f2b7189f3a391
Contents?: true
Size: 333 Bytes
Versions: 1
Compression:
Stored size: 333 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.rc1 | samples/simple_logo_display.rb |