131132133134135136137138139140141
add(m_buttons[i]); } m_switchPoke = new Button(); m_close = new Button(); m_changeBox = new ComboBox(); m_release = new Button(); m_switchPoke.setText("Switch"); m_switchPoke.pack(); m_switchPoke.setLocation(5, 192);