现在的位置: 首页 > 综合 > 正文

数组控件绑定事件的方法

2013年10月06日 ⁄ 综合 ⁄ 共 331字 ⁄ 字号 评论关闭

1、遍历查找,速度相对慢,不过对于小规模数组来说不是问题:

01 import java.awt.*;
02 import java.awt.event.*;
03 import javax.swing.*;
04  
05 /**
06  *
07  *
<a href="http://my.oschina.net/arthor" class="referer" target="_blank">@author</a> Jeky
08  */
09 public class ShowIndexDemo extends JFrame implements ActionListener
{
10  
11     public static final int BUTTON_ARRAY_SIZE
5;
12  
13

抱歉!评论已关闭.