Questions tagged as 'java'

0
answers

Doubt dobre JTables and ScrollPane

Good I need help with my code, it does not work ScrollPane . When I try to apply it in a method and add a jTable , I skip the following error :    "JTable can not be converted to int." This is my code: public void llenar...
asked by 04.05.2018 / 15:49
0
answers

Error cordova 'Requeriments Check failed for JDK 1.8 or greater'

Hello friends I have an error compiling Quasar a cordova application tells me that the jdk that I have is outdated or something like that, that I require 1.8 or greater but I have version 10.0.1     
asked by 05.05.2018 / 23:35
1
answer

Write String in a network file

I would like to make a kind of form with this code by sending "string_ship" but I can not get it to write it in the file. public void envio_formulario(View v){ String nombre=et_nonm.getText().toString(); String telefono=et_...
asked by 08.05.2018 / 20:13
1
answer

Problem with api V2 maps Android

the query would be that I would not know how to use it well, since I'm guiding myself by what the tutorials say and in SO (in English) but I have not managed to make it work I have the following information: content_locales.xml <Linear...
asked by 11.05.2018 / 04:09
1
answer

I need to make a find and replace utility in java

I need help with a util java. In the program that I am doing I need a utility of find and replace . I need it to work with text and excel documents. I can not use the program tools like notepad or the same excel...
asked by 11.05.2018 / 08:31
0
answers

I have problems with the rowsorter component, #java

I have a problem with the rowsorter component, I explain: I have a module with a query via JcomboBox , filled JTable (the JTable is within a JScrollPane ) with that query and I have a JtextField to find...
asked by 11.05.2018 / 20:05
1
answer

DatabaseException: Can not convert object of type java.lang.String to type

I'm giving this bug in a recyclerview and I do not know how to fix it, I'm trying to show the events that I have ... I use another recyclerView in the app and it works without problems public class User { private String name; pr...
asked by 11.05.2018 / 23:34
1
answer

Use of super keyword in abstract classes

Someone could tell me that exactly the reserved word super is used in this exercise (it is used to call the constructor of the parent class) but I do not understand why the argument String nom in the parent class is defined as this class abstrac...
asked by 21.04.2018 / 01:18
0
answers

How to deserialize data from Firebase with inheritance in AndroidStudio

I'm doing a very simple app to learn how to use FireBase correctly. My problem comes when I want to deserialize objects that inherit from X classe. Example: The AnimalManager class will be the one containing my ArrayList The classes...
asked by 13.04.2018 / 20:37
3
answers

Selenium + Java Find the correct xpath

How are you? I'm using Selenium with Java and I need to click on an option. The element is a radiobuttom. <div class="row"> <div class="col-xs-12 col-sm-6 col-md-6 col-lg-4"> &...
asked by 13.04.2018 / 19:01