Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Linux Archive
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-23-2008, 03:23 PM
Member
 
Join Date: Mar 2008
Posts: 9
perplexingtrax is on a distinguished road
search button java applet awt
hi need to implement of search button in my awt applet. i have the button, textfield and actions set up. just wondering how to go about a search, to search through an array of strings and print the string that has matching words in it.
i have an idea but cant work it out, if someone describe the actions needed or write it in psuedo code i can then have a crack at it.

cheers
P Trax
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 03-23-2008, 07:16 PM
Senior Member
 
Join Date: Jul 2007
Posts: 1,222
hardwired is on a distinguished road
Code:
class Pseudo { String[] strs = new String[len]; ... // strs initialized somewhere... ... public void actionPerformed(ActionEvent e) { get text from textField search(text) } private void search(String text) { for each element in the array if(element.equals(text)) success } }
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 03-24-2008, 03:49 PM
Member
 
Join Date: Mar 2008
Posts: 9
perplexingtrax is on a distinguished road
ah yes, thanks for that, i'll have a play
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
java applet button problem .. :( plz help! i4gotmyid Java Applets 1 04-17-2008 06:11 PM
java applet button problem .. :( plz help i4gotmyid New To Java 0 04-05-2008 11:55 AM
Applet button not working letmeoutofhere Java Applets 9 11-14-2007 02:15 PM
applet button kazitula Java Applets 2 11-14-2007 09:25 AM
How to search files with Java karma New To Java 1 05-26-2007 03:25 PM


All times are GMT +3. The time now is 04:42 AM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org