Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #19397 > unrolled thread
| Started by | K <kalezwe@gmail.com> |
|---|---|
| First post | 2012-10-16 20:30 -0700 |
| Last post | 2012-10-17 18:49 -0700 |
| Articles | 5 — 4 participants |
Back to article view | Back to comp.lang.java.programmer
How Would I make text pop up a certain amount of time after the previous action K <kalezwe@gmail.com> - 2012-10-16 20:30 -0700
Re: How Would I make text pop up a certain amount of time after the previous action "John B. Matthews" <nospam@nospam.invalid> - 2012-10-17 00:42 -0400
Re: How Would I make text pop up a certain amount of time after the previous action Arne Vajhoej <arne@vajhoej.dk> - 2012-10-17 11:06 -0400
Re: How Would I make text pop up a certain amount of time after the previous action Roedy Green <see_website@mindprod.com.invalid> - 2012-10-17 13:24 -0700
Re: How Would I make text pop up a certain amount of time after the previous action K <kalezwe@gmail.com> - 2012-10-17 18:49 -0700
| From | K <kalezwe@gmail.com> |
|---|---|
| Date | 2012-10-16 20:30 -0700 |
| Subject | How Would I make text pop up a certain amount of time after the previous action |
| Message-ID | <cf6085b2-c68c-42d9-b1f3-5238652c792d@googlegroups.com> |
Can anyone give some lines of code that would make text pop up a certain amount of time
[toc] | [next] | [standalone]
| From | "John B. Matthews" <nospam@nospam.invalid> |
|---|---|
| Date | 2012-10-17 00:42 -0400 |
| Message-ID | <nospam-892297.00420517102012@news.aioe.org> |
| In reply to | #19397 |
In article <cf6085b2-c68c-42d9-b1f3-5238652c792d@googlegroups.com>, K <kalezwe@gmail.com> wrote: > Can anyone give some lines of code that would make text pop up a > certain amount of time Here's a complete example using Swing: <http://stackoverflow.com/a/12451673/230513> -- John B. Matthews trashgod at gmail dot com <http://sites.google.com/site/drjohnbmatthews>
[toc] | [prev] | [next] | [standalone]
| From | Arne Vajhoej <arne@vajhoej.dk> |
|---|---|
| Date | 2012-10-17 11:06 -0400 |
| Message-ID | <507ec974$0$283$14726298@news.sunsite.dk> |
| In reply to | #19397 |
On 10/16/2012 11:30 PM, K wrote: > Can anyone give some lines of code that would make text pop up a certain amount of time In what context? Desktop app or applet? (Swing? JavaFX? SWT?) Web app? Arne
[toc] | [prev] | [next] | [standalone]
| From | Roedy Green <see_website@mindprod.com.invalid> |
|---|---|
| Date | 2012-10-17 13:24 -0700 |
| Message-ID | <205u781pfdeefup2c0dvpqkaia6biebons@4ax.com> |
| In reply to | #19397 |
On Tue, 16 Oct 2012 20:30:51 -0700 (PDT), K <kalezwe@gmail.com> wrote, quoted or indirectly quoted someone who said : >Can anyone give some lines of code that would make text pop up a certain amount of time see http://mindprod.com/jgloss/jdialog.html -- Roedy Green Canadian Mind Products http://mindprod.com There are four possible ways to poke a card into a slot. Nearly always, only one way works. To me that betrays a Fascist mentality, demanding customers conform to some arbitrary rule, and hassling them to discover the magic orientation. The polite way to do it is to design the reader slot so that all four ways work, or so that all the customer has to do is put the card in the vicinity of the reader.
[toc] | [prev] | [next] | [standalone]
| From | K <kalezwe@gmail.com> |
|---|---|
| Date | 2012-10-17 18:49 -0700 |
| Message-ID | <badfdf38-3c01-4ea4-86cb-427f4cebf619@googlegroups.com> |
| In reply to | #19397 |
I meant in a java application how would I make certain lines of text pop up after some other text
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.java.programmer
csiph-web