正在加载图片...
The action Performed method public void actionPerformed( ActionEvent event greeting. setText(Nice to meet you,+ inputLine. getText()+.)i add( greeting )i dolayout()i C 2000 McGraw-Hill troduction to Object-Oriented Programming with Java--Wu Chapter 5-10© 2000 McGraw-Hill Introduction to Object-Oriented Programming with Java--Wu Chapter 5 - 10 The actionPerformed Method public void actionPerformed( ActionEvent event ) { greeting.setText( “Nice to meet you, “ + inputLine.getText( ) + “.” ); add( greeting ); doLayout( ); }
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有