Re: Thumbnail view with Swing ?

From: ak (spam_at_imagero.com)
Date: 12/28/03

  • Next message: charly: "MVC and Swing"
    Date: Sun, 28 Dec 2003 12:00:18 +0100
    
    

    > > I'm programming a image browser using swing and I'd like
    > > to know your opinion about which is the best component to build
    > > a thumbnail view of the files (like when you click "thumbnail
    > > view" in the windows explorer).
    >
    > I'd use a JButton with borderPainted = false and the thumbnail as the
    > icon.

    this is ok, if you have not much images in directory, otherwise you have to
    create many many many JButtons, JTable uses only one renderer instead.

    ____________

    http://reader.imagero.com the best java image reader.


  • Next message: charly: "MVC and Swing"