Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Game Program
Title: ActionListener Download
  • Category:
  • Games
  • Tags:
  • [Text]
  • File Size:
  • 1kb
  • Update:
  • 2014-07-13
  • Downloads:
  • 0 Times
  • Uploaded by:
  • pdadns
 Description: import java.awt.* import java.awt.event.* public class Calculator implements ActionListener { String s= " ",s1 double d1,d2 JFrame jf = new JFrame( "计算器 ") JTextField tf = new JTextField() public void init()//实现计算器界面 { Container c=jf.getContentPane() tf.setHorizontalAlignment(JTextField.RIGHT) //文本框 c.add(tf, "North ") JPanel pn3 = new JPanel(new BorderLayout(
 Downloaders recently: [More information of uploader pdadns]
 To Search:
File list (Check if you may need any files):
 

ActionListener.txt
    

CodeBus www.codebus.net