! Copyright (C) 2011 Your name. ! See http://factorcode.org/license.txt for BSD license. USING: accessors colors.constants kernel models models.arrow namespaces prettyprint ui ui.gadgets ui.gadgets.borders ui.gadgets.buttons ui.gadgets.editors ui.gadgets.labels ui.gadgets.tracks ui.pens.solid github models.product github ; IN: fain SYMBOL: github-info SYMBOL: username "" username set-global f github-info set-global : ( -- button ) "Get" [ drop username get >>value user-info github-info set-model ] ; : ( -- fain ) vertical { 5 5 } >>gap "Enter github username for retrive info"