Questions tagged as 'java'

2
answers

Program that asks for the notes, adds them and makes the average

I have to do a program that asks for the practical note and the theory note and calculates the final grade, the practical one is 30% and the theory 70%, a 5 is needed in the theory and a 5 in the theory. practice to do the average. I have done t...
asked by 19.09.2017 / 18:52
1
answer

Create a .bin file in java

I need to create a file with a .bin extension in JAVA, I have searched for an example but I have not found any information yet. I would appreciate any information. Thank you, Regards.     
asked by 29.09.2017 / 15:40
1
answer

Problem filling in JTABLE with ArrayList

Good evening stack overflow ... I write to you because I have a problem, which, until now I have not been able to solve, I already have 2 days writing and erasing code ... The problem consists of: I create a small graphical interface, to be...
asked by 06.10.2017 / 03:57
1
answer

Close frame when opening another one?

Probe with dispose and setVisible but first of all, they hide, they do not close, and besides, they would not be working for me. I needed to close it completely, not just hide it. The windows that are open are those of administrator and / or...
asked by 05.10.2017 / 00:11
1
answer

Doubt with xpath and selenium webdriver in java [closed]

I can not get Java and webdriver to click on an XPath. The website is the one of Movistar: www.movistar.es/Privada/DesafioUnico Here is the image and command that I have placed.     
asked by 26.01.2018 / 12:14
1
answer

problem with netbeans disentangling

Hello good afternoon I have a problem uninstalling netbeans the moment I enter the control panel and I want to uninstall it I can not because a box comes out of the JDK     
asked by 30.01.2018 / 22:00
1
answer

Firebase Seat Reservation Bus Query

I want to make an application like ADO, to buy your bus tickets to travel, the problem has arisen at the time of making the travel search available on that date, I have thought for hours and can not find the ideal structure to achieve look for s...
asked by 29.01.2018 / 05:49
1
answer

vectors in java

I want you to compare me a letter with the answer vector for each student that I enter as I do so that I take the letter and compare it to me Scanner in = new Scanner(System.in); char[] respuestas = {'B','C','A','D','A','E','A','E','B'...
asked by 29.10.2017 / 15:31
1
answer

Error in Glassfish 5: Using deprecated META-INF / services property: javax.xml.soap.MetaFactory. Used property javax.xml.soap.SAAJMetaFactory instead

After installing the latest version of Glassfish (5.0), our SOAP service is printing the following error for all requests and responses:    Using deprecated META-INF / services mechanism with non-standard   property: javax.xml.soap.MetaFactor...
asked by 25.10.2017 / 13:51
1
answer

Message in AutoComplete JtextField in java eclipse

Can someone help me with my problem please? I have a text field that has the autocomplete action when writing something about it. My problem would be how do I do when I enter another word that does not appear in the autocomplete I get a message...
asked by 11.12.2016 / 17:29