Hot Search : Source embeded web remote control p2p game More...
Location : Home Downloads SourceCode Windows Develop GUI Develop Button control
  • Category : Button control
  • Tags :
  • Update : 2012-11-26
  • Size : 4kb
  • Downloaded :0次
  • Author :芳**
  • About : Nobody
  • PS : If download it fails, try it again. Download again for free!
Introduction - If you have any usage issues, please Google them yourself
MyPanel.Java package cn import java.awt.* import java.awt.event.* public class MyPanel extends Panel implements ActionListener{ TextField tf Button bt public MyPanel() { tf=new TextField(10) bt=new Button("按钮") this.add(tf) this.add(bt) this.setLayout(new FlowLayout()) bt.addActionListener(this) this.setVisible(true) } public void actionPerformed(ActionEvent e) { if(e.getSource()==bt){ bt.setLabel(tf.getText()) } } } MyFrame.Java package cn import java.awt.BorderLayout import java.awt.Frame import java.awt.event.* public class MyFrame extends Frame { MyPanel p1,p2 public MyFrame() { p1=new MyPanel() p2=new MyPanel() this.setLayout(new BorderLayout()) this.add(p1) this.add(p2) this.setBounds(100,100,400,200) this.setVisible(true) this.addWindowListener(new WindowAdapter() { public void windowClosing(WindowEvent arg0) { System.exit(0) } }) this.
Packet file list
(Preview for download)
Demo8\.classpath
.....\.project
.....\.settings\org.eclipse.jdt.core.prefs
.....\bin\cn\test\MyFrame$1.class
.....\...\..\....\MyFrame.class
.....\...\..\....\MyPanel.class
.....\src\cn\test\MyFrame.java
.....\...\..\....\MyPanel.java
.....\bin\cn\test
.....\src\cn\test
.....\bin\cn
.....\src\cn
.....\.settings
.....\bin
.....\src
Demo8
Related instructions
  • We are an exchange download platform that only provides communication channels. The downloaded content comes from the internet. Except for download issues, please Google on your own.
  • The downloaded content is provided for members to upload. If it unintentionally infringes on your copyright, please contact us.
  • Please use Winrar for decompression tools
  • If download fail, Try it againg or Feedback to us.
  • If downloaded content did not match the introduction, Feedback to us,Confirm and will be refund.
  • Before downloading, you can inquire through the uploaded person information

Nothing.

Post Comment
*Quick comment Recommend Not bad Password Unclear description Not source
Lost files Unable to decompress Bad
*Content :
*Captcha :
CodeBus is the largest source code store in internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.