2016-05-07から1日間の記事一覧

Green Shoes でメモ帳を作る

やってみました。 require 'green_shoes' Shoes.app title: "Shoes Notepad", width: 600, height: 370 do ebox = nil text = "" read_text = "edit area" background papayawhip flow width: 1.0, height: 0.1 do button "読み込み", height: 1.0 do fname …