Questions tagged as 'eclipse'

1
answer

Remove selection from a row of a JTable - Java

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...
asked by 19.01.2017 / 15:21
1
answer

JavaFX Error Eclipse neon

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...
asked by 10.01.2017 / 15:59
2
answers

this.dispose () in Eclipse does not work

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...
asked by 03.12.2016 / 08:05
1
answer

How to close the connection correctly with MySQL in Java when reading from the database to fill a JTable

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...
asked by 26.11.2016 / 04:21
2
answers

Eclipse WindowsBuilder: being able to select only 1 checkbox and not all at once

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...
asked by 13.11.2016 / 15:34
1
answer

Obtain the code (primary key) of a combobox

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...
asked by 09.11.2016 / 19:04
1
answer

I have a doubt my circular list program inserts the first node but when inserting another I get an error I could help improve it

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(...
asked by 26.10.2016 / 06:13
1
answer

I have an exception when I try to run my project and I do not understand why (Selenium and TestNG)

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...
asked by 21.09.2016 / 23:43
0
answers

warning icon in eclipse, I can not find a solution

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:     
asked by 18.12.2018 / 21:14
0
answers

How do I add bazel to my IDE eclipse?

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...
asked by 15.12.2018 / 08:55