Results 1 to 6 of 6
Thread: how get real-time output
- 12-17-2008, 05:21 PM #1
Member
- Join Date
- Sep 2008
- Location
- Ankara-TURKEY
- Posts
- 42
- Rep Power
- 0
how get real-time output
Hi everybody,
It is me again. I am working on a very complicated project. Becouse of that I asked so many questions so for. Please forgive me. Now my question is how to get real-time output. For example user will search someone's name (mike i.e). When user enter 'M', program will show all the name which begin with 'M' then user will enter 'i' output will change and show all the name which begin with 'mi ' and so on. Thanks in advance.
Kind regard,
Salih Ozan IRBIK.A stitch in time saves nine:D
- 12-17-2008, 05:30 PM #2
you want an auto updating text field? I'm assuming this is a GUI program with a Text(JText) field?
There's a java website with a ton of examples(I can't remember the name sorry). The site layout has a bunch of topics on the left, usually some ad that takes up half the page top/center, a screenshot of what the code does, then the code. Below the code it has a list of "related" code.
If I stumble across the site I'll update you with the link. Perhaps someone else knows what I'm talking about?
- 12-17-2008, 05:34 PM #3
Member
- Join Date
- Sep 2008
- Location
- Ankara-TURKEY
- Posts
- 42
- Rep Power
- 0
- 12-17-2008, 05:42 PM #4
yup that's the site I used. It takes some digging but I know I found an example of this written using SWT which should be similar enough to Swing for you to get you going.
- 12-17-2008, 07:07 PM #5
Member
- Join Date
- Sep 2008
- Location
- Ankara-TURKEY
- Posts
- 42
- Rep Power
- 0
I am still looking for with your keyword but no progress yet.Could you post any ohter keyword to search please:)
(yes, you are right. It is a GUI program)A stitch in time saves nine:D
- 12-17-2008, 08:41 PM #6
Swing Auto Complete ComboBox : ComboBox*«*Swing Components*«*Java
Try that. That's an auto-complete combo box which isn't exactly what you need but it should lead you to what you do need.
Similar Threads
-
Real Newbie Question - I'm sure its dumb
By rulian in forum New To JavaReplies: 4Last Post: 12-11-2008, 04:07 PM -
Need help real bad on 2D array please !
By TrungTran in forum New To JavaReplies: 2Last Post: 11-23-2008, 04:04 AM -
Is there any real advantage of using only one listener
By playwin2 in forum New To JavaReplies: 7Last Post: 09-16-2008, 06:20 PM -
how can I update an image which is captured from a video in real-time ?
By aneuryzma in forum New To JavaReplies: 0Last Post: 08-13-2008, 10:46 PM -
real world java
By Zosden in forum Forum LobbyReplies: 6Last Post: 06-25-2008, 05:39 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks