Posts by Sérgio LP • 53 points
3 posts
-
1
votes0
answers82
viewsQ: Is there a Recyclerview equivalent in Swing?
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?
-
3
votes2
answers222
viewsQ: Problems computing on average in Java
I’m trying to make a program that calculates the average between 4 values. Code: private void botao1ActionPerformed(java.awt.event.ActionEvent evt) { // TODO add your handling code here: int n1 =…
-
0
votes1
answer54
viewsQ: How to select several?
I’m trying to assign [0] to[1] to[2] and[3] to the id variable... How do I? What I tried to do was this: $id = $nas[0,1,2,3]