正在加载图片...
JButton JButton inherits Abstract Button and provides several constructors to create buttons javax.swing. AbstractButton javax.swing.JButton BUttony Creates a default button with no text and icon JButton(icon: javax. swing. Icon) Creates a button with an icon JButton(text: String) Creates a button with text JButton(text: String, icon: Icon) Creates a button with text and an icon Introduction to Java Programming, revised by Dai-kaiyuLiang,Introduction to Java Programming,revised by Dai-kaiyu 9 JButton JButton inherits AbstractButton and provides several constructors to create buttons. javax.swing.JButton +JButton() +JButton(icon: javax.swing.Icon) +JButton(text: String) +JButton(text: String, icon: Icon) Creates a default button with no text and icon. Creates a button with an icon. Creates a button with text. Creates a button with text and an icon. javax.swing.AbstractButton
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有