Searched refs:buttonList (Results 1 – 1 of 1) sorted by relevance
55 public Button buttonList[] = new Button[demoList.length]; // one button for each demo field in Launcher.LauncherFrame85 for(int i=0;i<buttonList.length;i++) { in init()89 buttonList[i]=b; in init()106 showStatus(buttonList.length+" demos ready. "); in init()137 for(int i=0;i<buttonList.length;i++) { in actionPerformed()138 if(e.getSource() == buttonList[i]) { in actionPerformed()