Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.gui > #2782

Re: ListCellRenderer Only

From "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this>
Subject Re: ListCellRenderer Only
Message-ID <7b552980dbe5a@uwe> (permalink)
Newsgroups comp.lang.java.gui
References <e3115772-f363-403c-be6a-462b55161ca9@y5g2000hsf.googlegroups.com>
Date 2011-04-27 15:41 +0000
Organization TDS.net

Show all headers | View raw


  To: comp.lang.java.gui
Eric Czarny wrote:
..
>...Has anyone else witnessed a similar problem?

Images load asynchronously.  Here are some examples
of image loading.  <http://www.knutejohnson.com/>
Look particularly at the 'How to load images' examples.

Other things I would recommend changing about those 
code snippets are:
- Instantiate a JLabel, once in the constructor of the renderer.
- Use the JLabel instead of MyCell to render the image.
- Load the image only once.

Note also that posting an SSCCE* that refers to images
on the internet, allows others to see the problem, quickly
& easily.

* <http://www.physci.org/codes/sscce.html>

-- 
Andrew Thompson
http://www.athompson.info/andrew/

Message posted via JavaKB.com
http://www.javakb.com/Uwe/Forums.aspx/java-gui/200711/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

Back to comp.lang.java.gui | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

ListCellRenderer Only Pai "Eric Czarny" <eric.czarny@THRWHITE.remove-dii-this> - 2011-04-27 15:41 +0000
  Re: ListCellRenderer Only "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> - 2011-04-27 15:41 +0000
    Re: ListCellRenderer Only "Eric Czarny" <eric.czarny@THRWHITE.remove-dii-this> - 2011-04-27 15:41 +0000
      Re: ListCellRenderer Only "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> - 2011-04-27 15:41 +0000
        Re: ListCellRenderer Only "Eric Czarny" <eric.czarny@THRWHITE.remove-dii-this> - 2011-04-27 15:41 +0000

csiph-web