Posts by Apollo • 1 point
2 posts
-
0
votes1
answer24
viewsA: I’m having doubts about updating a Jframe, Help Plz
I believe the most effective way I can (as far as I know) do this is to create an object, Panel or Canvas, with everything organized, or call a function that reorganizes the way you want, so just do…
-
0
votes1
answer45
viewsQ: How to return the index of a java ARRAY
I have a little problem that I believe is logical but I can not solve. Let’s assume that, I wrote a little algorithm that creates 10 panels and puts them next to each other, as shown below. JPanel…