摘要:
import java.awt.BorderLayout;import java.awt.CardLayout;import java.awt.event.ActionEvent;import java.awt.event.ActionListener;import javax.swing.*;class MyPanel extends JPanel { MyPanel(int n) { add(new JLabel(" "+n+" ")); }}class MainFrame extends JFrame implements ActionListe. 阅读全文
posted @ 2012-07-31 14:36 紫冰龙 阅读(172) 评论(0) 推荐(0)
浙公网安备 33010602011771号