freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

java實(shí)驗(yàn)報(bào)告word版(編輯修改稿)

2025-02-13 11:36 本頁面
 

【文章內(nèi)容簡(jiǎn)介】 shiyan6。import 。import 。import 。import 。import 。import 。import 。import 。public class L08_07 extends JFrame{ private JRadioButton jrb1。 private JRadioButton jrb2。 private JLabel jlbl。 private JPanel jp。 private JButton jbtn。 private String jlstr。 private ButtonGroup bg。 public L08_07(){ jlstr = 你選擇的是:。 (實(shí)現(xiàn)單選按鈕的效果)。 jrb1 = new JRadioButton(是)。 jrb2 = new JRadioButton(不是)。 bg = new ButtonGroup()。 (jrb1)。 (jrb2)。 jlbl = new JLabel(jlstr)。 jbtn = new JButton(OK)。 (new ActionListener() { @Override public void actionPerformed(ActionEvent e) { // TODO Autogenerated method stub (1)。 } })。 (new ActionListener() { @Override public void actionPerformed(ActionEvent e) { // TODO Autogenerated method stub if(()==jrb1){ (jlstr+())。 } } })。 (new ActionListener() { @Override public void actionPerformed(ActionEvent e) { // TODO Autogenerated method stub if(()==jrb2){ (jlstr+())。 } } })。 jp = new JPanel()。 (jrb1)。 (jrb2)。 (jlbl)。 (jbtn)。 (jp)。 (300, 300, 230, 200)。 (true)。 ()。 } public static void main(String[] args) { // TODO Autogenerated method stub L08_07 rt = new L08_07()。 }} shiyan6。import .*。import .*。import .*。public class SY07_2 extends JFrame{ //private JPanel panel1=new JPanel()。 //private JPanel panel2=new JPanel()。 private JPanel panel1_1=new JPanel(new GridLayout(4,1))。 private JPanel panel1_2=new JPanel(new GridLayout(4,1))。 private JPanel panel1_3=new JPanel(new GridLayout(5,1))。 private JPanel panel1_4=new JPanel(new GridLayout(5,1))。 private JButton button1_1=new JButton(Remove\All Files\ Filter)。 private JButton button1_2=new JButton(Add\All Files\ Filter)。 private JButton button2=new JButton(Show FileChooser)。 private JTextField input=new JTextField(Dialog1)。 private JCheckBox chb1_1_1=new JCheckBox(Open,false)。 private JCheckBox chb1_1_2=new JCheckBox(Save,false)。 private JCheckBox chb1_1_3=new JCheckBox(Custom,false)。 private JRadioButton chb1_2_1=new JRadioButton(Default Filtering,false)。 private JRadioButton chb1_2_2=new JRadioButton(Add JPG and GIF Filters,false)。 private JCheckBox chb1_3_1=new JCheckBox(Show Hidden Files,false)。 private JCheckBox chb1_3_2=new JCheckBox(Show Extension,false)。 private JCheckBox chb1_3_3=new JCheckBox(Show FileView,false)。 private JCheckBox chb1_3_4=new JCheckBox(Show PreView,false)。 private JCheckBox chb1_3_5=new JCheckBox(Show Control Buttons,false)。 private JRadioButton chb1_4_1=new JRadioButton(Just Select Files ,false)。 private JRadioButton chb1_4_2=new JRadioButton(Just Select Directories,false)。 private JRadioButton chb1_4_3=new JRadioButton(Select Files or Directories,false)。 private JRadioButton chb1_4_4=new JRadioButton(Single Selection,false)。 private JRadioButton chb1_4_5=new JRadioButton(Multi Selection,false)。 //private JCheckBoxMenuItem cbm2=new JCheckBoxMenuItem()。 private JRadioButton chb2_1=new JRadioButton(Metal,false)。 private JRadioButton chb2_2=new JRadioButton(Motif,false)。 private JRadioButton chb2_3=new JRadioButton(Windows,false)。 public SY07_2(String title){ super(title)。 getContentPane().setLayout(new BorderLayout(0,5))。 getContentPane().setBackground()。 ()。 ()。 ()。 ()。 JPanel panel1=new JPanel(new GridLayout(1,4))。 (chb1_1_1)。 (chb1_1_2)。 (chb1_1_3)。 (input)。 (button1_1)。 (button1_2)。 (chb1_2_1)。 (chb1_2_2)。 (chb1_3_1)。 (chb1_3_2)。 (chb1_3_3)。 (chb1_3_4)。 (chb1_3_5)。 (chb1_4_1)。 (chb1_4_2)。 (chb1_4_3)。 (chb1_4_4)。 (chb1_4_5)。 (panel1_1)。 (panel1_2)。 (panel1_3)。 (panel1_4)。 getContentPane().add(panel1,Center)。 JPanel panel2=new JPanel(new FlowLayout())。 (chb2_1)。 (chb2_2)。 (chb2_3)。 (button2)。 getContentPane().add(panel2,South)。 //(true)。 } public static void main(String[] args) { SY07_2 frm=new SY07_2(FileChooserDemo)。 (500,220)。 (true)。 (new WindowAdapter(){ public void windowClosing(WindowEvent e){ (1)。 } })。 }} shiyan6。import .*。import .*。public class L08_03 extends Frame implements MouseListener{ static L08_03 frm=new L08_03()。 static Button btn=new Button(Click Me)。 static int a=0。 public static void main(String args[]){ (frm)。 (new FlowLayout())。 (按鈕測(cè)試)。 (300,200)。 (btn)。 (true)。} public void mousePressed(MouseEvent e){} public void mouseReleased(MouseEvent e){} public void mouseExited(MouseEvent e){} public void mouseEntered(MouseEvent e){} public void mouseClicked(MouseEvent e){ a++。 if((a%2)!=0) (Click Me Again)。 else (Click Me)。 } } shiyan6。import .*。import .*。import .*。 public class Bomb extends JButton{ public int a,b。 public int BombRoundCount。 public boolean isBomb。 public boolean isClicked。 public int BombFlag。 public boolean isRight。 public Bomb(int x,int y){ BombFlag=0。 a=x。 b=y。 BombRoundCount=0。 isBomb=false。 isClicked=false。 isRight=false。 } }class MainBomb extends JFrame implements { public JTextField text。 public Label nowBomb,setBomb。 public int BlockNum,BombNum。 public lcon icon_bomb=new ImageIcon()。 public Icon icon_bomb_big=new ImageIcon()。 public Icon icon_flag=new ImageIcon()。 public Icon icon_question=new ImageIcon()。 public JButton start=new JButton(開始)。 public Panel MenuPanel=new Panel()。}public Panel mainPanel=new Panel()。 public Bomb[][] bombButton。public MainBomb()。{ super(掃雷游戲制作)。 BlockNum=64。 BombNum=10。 Container c=getContentPane()。 ()。 (new BorderLayout)。 text=new JTextField(10,3)。 nowBomb=new Label(當(dāng)前雷數(shù)++BombNum+)。 setBomb=new Label(設(shè)置地雷數(shù))。 (new ActionListener()){ public void actionPerfomed(ActionEvent e){ BombNum=(().trim())。 if(BombNum=10amp。a
點(diǎn)擊復(fù)制文檔內(nèi)容
醫(yī)療健康相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖片鄂ICP備17016276號(hào)-1