Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. abbasdhilawala

    Associating JButtons with functions.......Need help fast PLEASE!

    hi there well its simple the code is as below public class hithere implements ActionListener { public hithere() { Button b=new Button("Hi there"); b.addActionListener(this); } public void actionPerformed(ActionEvent ae) { if(ae.getActionCommand().equals("Hi there"))...
  2. abbasdhilawala

    Distribution Problem

    hello there i need to package my Java Application and want to distribute it. how do i do it without the need of jdk on the running machine. bye abbas

Part and Inventory Search

Back
Top