Right now we use one JTextPane (which does HTML rendering [since the HN API gives back html for comments)] per comment, and showing a UI with tons of these can make things sluggish, especially on scrolling. Is there a more performant way of rendering comments?
Right now we use one JTextPane (which does HTML rendering [since the HN API gives back html for comments)] per comment, and showing a UI with tons of these can make things sluggish, especially on scrolling. Is there a more performant way of rendering comments?