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...
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
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_...
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...
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...
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...
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...
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...
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...
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">
&...