[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[jfriends:00690] リフレッシュについて
------------------------- infoseek ML Sponsor --------------------------
★★楽しかった夏休み!★★でもサイフの中身はカラッポ・・★★
┏━┓┏━┓┏━┓┏━┓┏━┓┏━┓┏━┓┏━┓┏━┓
┃ロ┃┃ー┃┃ン┃┃カ┃┃ー┃┃ド┃┃特┃┃集┃┃!┃
┗━┛┗━┛┗━┛┗━┛┗━┛┗━┛┗━┛┗━┛┗━┛
貴方に合ったローンカードは? http://www.loanginza.com/01
------------------------------------------------------------------------
非常に初心者の発言ですいません。
テーブルをリフレッシュしたいのですが
どうすれば可能でしょうか?
よろしければ、ご教授お願いいたします。
(ボタンを押したら2,2のテーブルに変化させたい。)
---------------以下ソース---------
import javax.swing.*;
import java.awt.event.*;
import java.awt.*;
public class Test extends JFrame {
static JLabel label;
static Test test;
static JTable table;
public Test(String s){
super(s);
}
public static void main(String[] args){
test = new Test("test");
test.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
JPanel panel = new JPanel();
label = new JLabel("first");
panel.add(label);
JTable table = new JTable(8,4);
JButton button = new JButton("push me!");
test.getContentPane().setLayout(new BorderLayout());
test.getContentPane().add(panel,BorderLayout.NORTH);
test.getContentPane().add(table,BorderLayout.CENTER);
test.getContentPane().add(button,BorderLayout.SOUTH);
button.addActionListener(new ActionHandler());
test.setSize(400,300);
test.setVisible(true);
}
static private class ActionHandler implements
ActionListener{
public void actionPerformed(ActionEvent e){
System.out.println("actionPerformed");
label.setText("moge");
table = new JTable(2,2);
}
}
}
__________________________________________________
Do You Yahoo!?
Yahoo! BB is Broadband by Yahoo!
http://bb.yahoo.co.jp/
------------------------------------------------------------------------
★秋風が心地よいこの季節 “住み替え”の季節です!
http://house.www.infoseek.co.jp/House/top?sv=RF&svx=971122