Java basics
getItem()
Returns the item affected by the event.
Syntax:public Object getItem()
Example:import javax.swing.JRadioButton;
import javax.swing.ButtonGroup;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
/** Taken from Core Web Programming from
* Prentice Hall and Sun Microsystems Press,
* http://www.corewebprogramming.com/.
* © 2001 Marty Hall and Larry Brown;
* may be freely used or adapted.
*/
public class JRadioButtonTest extends JPanel
implements ItemListener {
public JRadioButtonTest() {
String[] labels = {"Java Swing","Java Servlets",
"JavaServer Pages"};
JRadioButton[] buttons = new JRadioButton[3];
ButtonGroup group = new ButtonGroup();
for(int i=0; i
Content
License.
All information of this service is derived from the free sources and is provided solely in the form of quotations.
This service provides information and interfaces solely for the familiarization (not ownership) and under the "as is" condition.
Copyright 2016 © ELTASK.COM. All rights reserved.
Site is optimized for mobile devices.
Downloads: 189 / 159178008. Delta: 0.00332 с