Posts by danilo pelusci • 3 points
2 posts
-
0
votes1
answer48
viewsQ: Save object to a list not the reference
The problem is the following I try to save the object in a List and what happens is that it saves the reference not the object someone can help me to solve this problem?…
-
0
votes1
answer295
viewsQ: how to make combobox modify a combobox with java desktop database items?
I managed to do but only works with pre-selected items. CidadeDAO cidadeDAO = new CidadeDAO(connection); EstadoDAO estadoDao = new EstadoDAO(connection); List<ModeloEstado> estados =…