|
|
|
Проблема с показом JButton
|
|||
|---|---|---|---|
|
#18+
Показываю пример из книжки, который не показывает кнопку, почему-то... import javax.swing.*; import java.awt.event.*; import java.awt.*; public class JAppletDemo extends JApplet implements ActionListener{ JTextField jtf; public void init(){ Container contentPane = getContentPane(); contentPane.setLayout(new FlowLayout()); jtf = new JTextField(15); contentPane.add(jtf); JButton jb = new JButton("121"); jb.setActionCommand("121"); jb.addActionListener(this); } public void actionPerformed(ActionEvent ae){ jtf.setText("121"); } } Скажи, что не так? ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 15.09.2003, 18:24 |
|
||
|
|

start [/forum/topic.php?fid=59&msg=32265514&tid=2154552]: |
0ms |
get settings: |
8ms |
get forum list: |
11ms |
check forum access: |
3ms |
check topic access: |
3ms |
track hit: |
55ms |
get topic data: |
11ms |
get forum data: |
2ms |
get page messages: |
37ms |
get tp. blocked users: |
1ms |
| others: | 12ms |
| total: | 143ms |

| 0 / 0 |
