Is there a Recyclerview equivalent in Swing?

Asked

Viewed 82 times

1

In Android Studio, I use a class called RecyclerView, that repeats a layout while there is data for it, as if it were a list. There is an alternative to this in Java using Swing?

  • Probably not, given that this component is relatively new in android, and the swing is already "in the last", almost being depreciated in java.

  • The closest I remember now with this component is Jlist and Jtable, with their proper abstractmodels.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.