require 'phi' form = Phi::Form.new(:form1, 'formです') label = Phi::Label.new(form, :label1, 'ラベルです') form.show Phi.mainloop