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?
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?