Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #3015
| From | "Lew" <lew@THRWHITE.remove-dii-this> |
|---|---|
| Subject | Re: Choppy refresh proble |
| Message-ID | <RtGdnUgWgqaS3RfanZ2dnUVZ_jydnZ2d@comcast.com> (permalink) |
| Newsgroups | comp.lang.java.gui |
| References | <ff6df7d9-79bc-4b6d-ad7b-916f05fe2c65@q77g2000hsh.googlegroups.co |
| Date | 2011-04-27 15:42 +0000 |
| Organization | TDS.net |
To: comp.lang.java.gui Daniel Gee wrote: > Alright, here's a SSCCE that seems to still capture the problem: > http://paste.uni.cc/18083 Small stylistic notes, not related to your primary question: "thisClass" is a very misleading name for a variable that is neither a class nor points to 'this'. Also, the convention for class names is that the first letter of each compound word part is capitalized, not the entire identifier (e.g., "SwingUtilities", not "SWINGUTILITIES") - so JRSCE should be "Jrsce", or better yet, a name that actually describes something about the class, e.g., "FlickerDemo". May I further suggest that you choose an indent level smaller than 8 spaces? You run past the nominal 80-character line width much faster with such a large indent. -- Lew --- * 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
Back to comp.lang.java.gui | Previous | Next | Find similar | Unroll thread
Re: Choppy refresh proble "Lew" <lew@THRWHITE.remove-dii-this> - 2011-04-27 15:42 +0000
csiph-web