// ( 10, 10 ) の位置に100×50のボタンを配置 int buttonID = newButton ( 10, 10, 100, 50, "PUSH" ) ; mountComponent( buttonID, windowID ) ;