Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #355
| From | "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> |
|---|---|
| Subject | Re: (Swing) Prevent from |
| Message-ID | <1165546183.399865.55590@73g2000cwn.googlegroups.com> (permalink) |
| Newsgroups | comp.lang.java.gui |
| References | <454eh.2063$3M7.1980@reader1.news.saunalahti.fi> |
| Date | 2011-04-27 15:27 +0000 |
| Organization | TDS.net |
To: comp.lang.java.gui loquak wrote: ... > IS there any way to make a component not repaint or otherwise make any > visual changes until I want it to? (chuckle) *block* the EDT - until you want to? >..For example, when adding stuff to a > JTextPane, I don't want it to repaint until all text has been added. A bit of lateral thinking might suggest that this can be achieved by building 'the changes' in a StringBuffer and using .. JTextPane.setText(StringBuffer.toString()) ..(after all text has been added to the StringBuffer). >....Or > when changing the contents of a dialog and resizing it, I don't want the > frame to repaint during those changes. ..not sure, though the same general principle as described above can often be achieved with GUI's by using a CardLayout. Andrew T. --- * 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 — Previous in thread | Find similar
(Swing) Prevent from pain "loquak" <loquak@THRWHITE.remove-dii-this> - 2011-04-27 15:27 +0000 Re: (Swing) Prevent from "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> - 2011-04-27 15:27 +0000
csiph-web