Posts by Hamon Córdova • 63 points
3 posts
-
0
votes3
answers2541
viewsQ: Taking String values from Arraylist<Object>
I take all my values from the database and put them in one array list<object> i would like to know how to access the value within this arraylist emu, for example TesteLinhas.get(0).toString()…
-
2
votes0
answers81
viewsQ: Loading Jtable and processor gets high in process
I’m making a sisteminha and in it has a JTable and I need to loader my data, I’ve been analyzing by task manager that when this table load function is called, it greatly increases the processor…
-
3
votes1
answer1558
viewsQ: Display dialog box on screen in the foreground even if window is in the background
I am developing an application where it works with schedules, the user will leave the problem running and will continue using the pc normally and when a certain time will play a sound (already being…