Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #3015 > unrolled thread
| Started by | "Lew" <lew@THRWHITE.remove-dii-this> |
|---|---|
| First post | 2011-04-27 15:42 +0000 |
| Last post | 2011-04-27 15:42 +0000 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.java.gui
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Choppy refresh proble "Lew" <lew@THRWHITE.remove-dii-this> - 2011-04-27 15:42 +0000
| From | "Lew" <lew@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:42 +0000 |
| Subject | Re: Choppy refresh proble |
| Message-ID | <RtGdnUgWgqaS3RfanZ2dnUVZ_jydnZ2d@comcast.com> |
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 top | Article view | comp.lang.java.gui
csiph-web