- 博客(1)
- 资源 (1)
- 收藏
- 关注
原创 一个窗口包含文本行和标签,在文本行中输入一段文字并按enter键后,这段文字将显示在标签上
import java.awt.*;import java.awt.event.*; class three extends Frame implements ActionListener{ static three frm=new three(); static Label l1=new Label(); static TextField m=new TextField(); public ...
2018-05-02 19:35:02
1195
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人