Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #2131 > unrolled thread
| Started by | "HESH" <hesh@THRWHITE.remove-dii-this> |
|---|---|
| First post | 2011-04-27 15:37 +0000 |
| Last post | 2011-04-27 15:37 +0000 |
| Articles | 5 — 3 participants |
Back to article view | Back to comp.lang.java.gui
java applet to applicatio "HESH" <hesh@THRWHITE.remove-dii-this> - 2011-04-27 15:37 +0000
Re: java applet to applic "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> - 2011-04-27 15:37 +0000
Re: java applet to applic "Roedy Green" <roedy.green@THRWHITE.remove-dii-this> - 2011-04-27 15:37 +0000
Re: java applet to applic "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> - 2011-04-27 15:37 +0000
Re: java applet to applic "Roedy Green" <roedy.green@THRWHITE.remove-dii-this> - 2011-04-27 15:37 +0000
| From | "HESH" <hesh@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:37 +0000 |
| Subject | java applet to applicatio |
| Message-ID | <1185373947.713519.21500@e16g2000pri.googlegroups.com> |
To: comp.lang.java.gui hi all, i've 1 Q: whn we creatrd moving applications in applet (ex:ball moving frm 1 position to another) we call repaint() method.. to refresh screen i m making same in java application's(like frame, panel) here i m unable to refrsh screen.. the old ball is still on screen.. plz guide me on dat.. thanks.. maHESH --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [next] | [standalone]
| From | "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:37 +0000 |
| Subject | Re: java applet to applic |
| Message-ID | <75ba02468b5be@uwe> |
| In reply to | #2131 |
To: comp.lang.java.gui HESH wrote: .. >i've 1 Q: Is that a question, or are you saying you have some character from the James Bond series, .or Star Trek? >whn we creatrd ... 'when', 'created'.. please consider using a spell checker if unsure of the language, but please take more care. BTW - who is 'we'? You and who else? >...moving applications in applet >(ex:ball moving frm 1 position to another) >we call repaint() method.. to refresh screen >i m making same in java application's(like frame, panel) >here i m unable to refrsh screen.. >the old ball is still on screen.. > >plz guide me on dat.. 'please', 'that'. As to your applet/application refresh problem, try changing line 121, char 57, from a '.' to a ','. That should fix it. If not, you might try posting an SSCCE* of failing code, and assuming you can take some more effort to spell words, I might be able to assist further. * <http://www.physci.org/codes/sscce.html> Note also that the "i" should be capital "I" when used in the word "I", or the term "I've". -- Andrew Thompson http://www.athompson.info/andrew/ Message posted via JavaKB.com http://www.javakb.com/Uwe/Forums.aspx/java-gui/200707/1 --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [prev] | [next] | [standalone]
| From | "Roedy Green" <roedy.green@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:37 +0000 |
| Subject | Re: java applet to applic |
| Message-ID | <4fnga3ha27o51fmq71f4b7g5nt04j0b8pi@4ax.com> |
| In reply to | #2131 |
To: comp.lang.java.gui >When we created animated applications in an Applet >(e.g. a ball moving from 1 position to another) >we called the repaint() method to refresh the screen. >When I do the same in java applications(using Frame and Panel), >I am unable to refresh screen. >(translated from text speech) see http://mindprod.com/jgloss/textspeak.html for why you should avoid using. it. Are you tying up the main thread? It needs to be doing nothing, not even sleeping, to get a chance to service the enqued repaint request. See http://mindprod.com/jgloss/repaint.html and follow links. Sorry for the lateness. My newsservers keeps rejecting posts sometimes for days before accepting them. -- Roedy Green Canadian Mind Products The Java Glossary http://mindprod.com --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [prev] | [next] | [standalone]
| From | "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:37 +0000 |
| Subject | Re: java applet to applic |
| Message-ID | <75be3e175f06a@uwe> |
| In reply to | #2136 |
To: comp.lang.java.gui Roedy Green wrote: .. >Sorry for the lateness. It seems odd you should mention that, given it is only just over 18 hours since the OP posted. I thought 2-3 days was a 'standard' time to wait before getting antsy over no replies. Did somebody shift the goalposts when I was not looking? >...My newsservers keeps rejecting posts sometimes >for days before accepting them. That is too bad. I understand the (dreaded, much maligned) Google Groups can offer usenet direct to a 'rich client' news client. Have you tried that (or other alternative news feeds)? -- Andrew Thompson http://www.athompson.info/andrew/ Message posted via JavaKB.com http://www.javakb.com/Uwe/Forums.aspx/java-gui/200707/1 --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [prev] | [next] | [standalone]
| From | "Roedy Green" <roedy.green@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:37 +0000 |
| Subject | Re: java applet to applic |
| Message-ID | <ns6ha311qn6oajuhr7ksq011bc3g38gh8r@4ax.com> |
| In reply to | #2138 |
To: comp.lang.java.gui On Thu, 26 Jul 2007 09:45:19 GMT, "Andrew Thompson" <u32984@uwe> wrote, quoted or indirectly quoted someone who said : >That is too bad. I understand the (dreaded, much maligned) >Google Groups can offer usenet direct to a 'rich client' news >client. Have you tried that (or other alternative news feeds)? I did use Forte servers which you have to pay extra for. They have the problem a post does not show up for about 10 minutes, making it hard to mark it for special consideration. It easily gets lost, especially in the political newsgroups where people deliberately future date posts. On principle I don't like paying for something I have already paid for. The Telus overseas help desk people could not understand what I was trying to tell them. They are trained to encourage people to reboot their computers, routers and modems, and that is about it. They don't even know what a newsserver is. I tried snail mail, without response. -- Roedy Green Canadian Mind Products The Java Glossary http://mindprod.com --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.java.gui
csiph-web