Posts by Joaovictorz4 • 41 points
3 posts
-
0
votes1
answer97
viewsQ: How to remove the Header Columns border
I can’t seem to remove the white edge of the header of jTable public static JTable CMtable(String[] colunas, int width, int height) { TableColumn coluna; JTable tbl = new JTable();…
-
1
votes0
answers43
viewsQ: How to change the treeview + image c# . net
I want to change the treeview, follows the example below. In the image above to see what the + I am disproportionate to the name, I would like to change the size and together the design of +,…
-
1
votes2
answers57
viewsQ: How to insert separate data?
I want to insert data into a table in the database, but there are no mandatory fields, how should I proceed with this, because I can’t perform the command this way for example: MySqlCommand command…