Is there any equivalent of RecyclerView in Swing?

1

In Android Studio, I use a class called RecyclerView , which repeats a layout as long as there is data for it, just like a list. Is there any alternative to this in Java using Swing?

    
asked by anonymous 19.11.2016 / 20:48

0 answers