Sha256: 0317c0bc3819a91bcb08f4495062c53c35e2d0f7c57d547db96e99b9f21603d9
Contents?: true
Size: 353 Bytes
Versions: 6
Compression:
Stored size: 353 Bytes
Contents
require 'purple_shoes' Shoes.app title: 'Purple Shoes New Logo Icon!', width: 310, height: 420 do stack do path = File.join(DIR, '../static/purple_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
6 entries across 6 versions & 1 rubygems