Posts by Mateus Vitor • 3 points
3 posts
-
0
votes1
answer53
viewsA: How can I display a string provided with an arraylist in a combobox?
I made the biggest mooring here, it was like this : private void formWindowOpened(java.awt.event.WindowEvent evt) { String[] nomesFilmes; nomesFilmes= new String[20]; for(int…
-
0
votes1
answer57
viewsQ: Parser XML Webservice in Java
I am having problems with XML return from a webservice when trying to parse. Netbeans output complains this way: [Fatal Error] :1:13: White space is required between the destination of the…
-
-1
votes1
answer109
viewsQ: Android Development with Android Studio - Recyclerview is not working
I’m trying to get into this world of Android development, using Android Studio. And right at the beginning I already face a simple problem for an experienced programmer who uses Android Studio but…