ハッカー団結成
..
574: ◆Z4QrFDzwrY
06/03/12 16:35:01
public class Window implements ActionListener{
JFrame frame = new JFrame("");
JPanel panel = new JPanel();
JPanel dl = new JPanel();
JButton start = new JButton("DownLoad");
JButton stop = new JButton("STOP");
JPanel cont= new JPanel();
JTextField field = new JTextField("", 10);
JButton restart = new JButton("Continue");
public Window() {
frame = new JFrame("");
frame.getContentPane().setLayout(new FlowLayout(FlowLayout.CENTER));
frame.getContentPane().add(panel);
panel.setLayout(new BoxLayout(panel, BoxLayout.PAGE_AXIS));
dl.setLayout(new FlowLayout(FlowLayout.CENTER));
dl.add(start);
dl.add(stop);
start.addActionListener(this);
start.setActionCommand("start");
stop.addActionListener(this);
stop.setActionCommand("stop");
panel.add(dl);
次ページ続きを表示1を表示最新レス表示スレッドの検索類似スレ一覧話題のニュースおまかせリスト▼オプションを表示暇つぶし2ch
4951日前に更新/211 KB
担当:undef