!752 p { BufferedImage icon1 = loadBufferedImage("#1004350"); BufferedImage icon2 = loadBufferedImage("#1004351"); L data = (L) ll( ll(icon1, "Bla 1"), ll(icon2, "Bla 2"), ); L cols = splitAtSpace("Picture Description"); JTable table = sexyTable(); fillTableWithData(table, data, cols); table.setRowHeight(100); showFrame(table); }