Questions tagged as 'java'

1
answer

Problem with CheckBox in JTable - Java

I want to solve a small problem that I have about a project in java and it is that I have a checkbox in a table but he only shows me the value true or false, I want him to show me his corresponding checkbox someone knows how I can solve it....
asked by 01.02.2018 / 16:46
1
answer

How to make a Java swing application expire after a certain time?

Good morning, it happens that I have my Java Swing application .... And I'm going to install them to several clients that want to know and try to know if they like it and decide to buy it ... But how can I make the application? start for a month...
asked by 02.02.2018 / 17:49
1
answer

Certified Self-signed Volley Android

I have the following method that makes a call to a service by volley public GenericController(boolean flag) { if(flag) { objectRequest = new ObjetRequest(1, "", BaseRequest.class, "", new Response.Listener<BaseRequest>...
asked by 10.01.2018 / 17:33
1
answer

Java: Use GET and POST in the same Form

What I want to do is send the parameters from Form to POST and then through the method GET consult the BBDD for room availability and send that result through Ajax (Vanilla Javascript) to HTML But from...
asked by 13.03.2018 / 20:37
1
answer

Add key value in HEADER HTTP VOLLEY ANDROID

I have the following code public void servicio_GET_MOVS(final Context context, String request, final Response.Listener<GetMovements> listener, final Response.ErrorListener errorListener) { HashMap<String, String> headerParams...
asked by 28.12.2017 / 14:26
1
answer

Attribute of type "class": I do not understand anything!

Good afternoon. I'm doing DAW and it starts to get complicated and I'm a bit lost. I paste the part of the statement and I do not understand highlighted in bold: In this task, a set of classes will be made to model the different types of acco...
asked by 18.01.2018 / 18:12
1
answer

EditText android: maxLength write up to 10 characters

The theme is as follows, I have an EditText <EditText android:id="@+id/txtBeneficiary" android:inputType="phone" android:maxLength="10" android:layout_width="160dp"...
asked by 28.12.2017 / 21:04
1
answer

Peroblema with httpResponseMsg.equalsIgnoreCase

Hol, I'm creating an android app but I have an error that has me unprepared because I never would have happened this before. public void UpdateState(final String iddispositivo, final String iduser, final String uubicacion) { class...
asked by 14.01.2018 / 23:10
1
answer

Problem generating APK and showing Sha1 using console

Good day, some days ago I formatted my PC and saved the keys (.jks) to be able to generate my applications from the store again, the problem is that when I try to generate them I get the following message According to the message I alter o...
asked by 17.01.2018 / 18:44
1
answer

how to get the values of parameterized variables from a config.properties in java?

I have a mvn project, I have the config.properties in the resources and I want to call it in the main public class GetProperties { private Properties prop = new Properties(); public GetProperties() { InputStream in = getClas...
asked by 22.01.2018 / 17:46