Questions tagged as 'java'

1
answer

JavaFX How can I move controls around the screen? With a separate threads

I am looking for some advice or correction, since I am trying to create a program (which is a practical exercise) that consists of simulating a horse race with bets. This race is made up of 3 horses (images), each of them has to move at the s...
asked by 09.11.2017 / 19:53
1
answer

Client SOAP FATCA Tax Agency java

Good I am trying to consume the SOAP of the tax agency of FATCA (290). I can not receive a valid response receiving an SOAPFaultException exception. My code with which I consume the SOAP is: Receipt response = null; KeyStore keyStore = KeyStor...
asked by 26.10.2017 / 14:30
0
answers

The program stops when it arrives at .wait ()

The thing is that the execution of the threads of my program stops when it reaches the wait (), having a notify () after ... package supermercado; import static java.lang.Thread.sleep; import java.util.ArrayList; import java.util.Scanner; imp...
asked by 26.10.2017 / 14:10
1
answer

Insert data from SQL server to struts2

Hello good night everyone, I explain my problem I'm making an insert to my table: but this is what is stored in the bd: The result I'm looking for is a lot of this: I provide my entity class: public class CoordenadasP { Str...
asked by 26.10.2017 / 02:01
0
answers

Error inserting a client from java into a database in SqlServer

Hello to all this great community, I have run into a problem I am making a system in JAVA which is connected to a database in SqlServer and when I run the form to register a client sends me the following message: I do not know if something...
asked by 02.11.2017 / 22:07
1
answer

Enter 2 numbers and find the sum of the intermediates

I need to enter 2 numbers and add the intermediate numbers that are multiples of 3 including the 2 numbers entered, but it does not work with all the numbers, the if condition comes into conflict when it starts or ends in a multiple of 3 and doe...
asked by 25.10.2017 / 22:12
1
answer

check the manual that corresponds to your MySQL server version 5.5 workbench [closed]

When I run the class Test01, the following error appears: "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '=' CLIENT '' at line 1 CounterModel package mo...
asked by 26.10.2017 / 01:27
0
answers

Hide Android Dialog of the USSD call

Currently I have an application where I am making USSD calls, which generates a dialog window of the system's own type showing the options, What I would like is to hide it, eliminate it public class USSDService extends AccessibilityServ...
asked by 25.10.2017 / 20:31
1
answer

list linked last node to become the first

modify the code so that when entering the nodes of the list, the last node becomes the first, the one that is first becomes the second. package nodos; import java.util.Scanner; /** * * @author x2010s */ public class Nodos { public String n...
asked by 23.10.2017 / 22:58
1
answer

Problem with Full screen VLCJ

I have a program that shows a video in one of the windows and I can not make the full screen button (jButton3) work. package estanquet; import com.sun.jna.Native; import com.sun.jna.NativeLibrary; import java.awt.BorderLayout; import java.awt...
asked by 23.10.2017 / 22:39