When I click on a row, all that row is selected but I would like to know how to do so that when I click on another place outside the Jtable the selection is removed, I share the code I use to select the row and an image.
tbDocTransferir.setCol...
I have a problem using TableView with Eclipse NEON method refresh of type TableView, I get the following error:
The method refresh () from the type TableView is not visible
Someone knows How can it be solved? o What is th...
When I write:
this.dispose();
Using Eclipse with Windows Builder, it does not work for me, does not close the current window, what can I do?
Code:
package ventanas;
import java.awt.EventQueue;
import javax.swing.JFrame;
import javax.s...
I request in my program a phone number of origin, another destination and the duration. I keep it in the database, then I must read the database to fill a JTable but, you are giving me the following error:
mysql.jdbc.exceptions.jdbc4.MySQL...
Hello,
I have that program ready but, you can select all the checkboxes at the same time and I do not want that. Is there any way that only 1 can be selected at a time?
For example, in my case it would be:
Case 1: Provincial, Strip...
I would like to know how to obtain the code of a combobox at the time of registering, and keep it in the database with its corresponding code, not the description.
This is the code that filled the combos:
//METODO PARA CARGAR EL COMBOBOX...
Method to insert a node in a list gives me error when inserting another node
Here is the code where I have problems:
public void insertar(int dato)
{
if(cabecera == null)
{
cabecera = new Nodo(dato);
}
else{
cabecera.setant(...
I have the following exception when I try to do some tests with selenium using testng, but it tells me that I have an exception caused by Selenium web driver; as I understand it is by FireFox but I do not know how to fix it.
org.testng.TestNGE...
In the eclipse IDE, I had a warning icon in all my projects, something was wrong, I reinstalled eclipse and I made a new project, the error keeps coming, do you know what the solution could be? Thanks
annex image:
I tried to follow the bazel installation steps as suggested in the project home page for use with eclipse but I do not see the plugin listed, does anyone know another way to install it?
I already tried changing the frequency of sear...