It turns out that I have a button that performs an action with an if but it turns out that if it does not enter that if I need to run a method of an android class that are the ones that put the menu in the action bar:
btnBuscar.setOnClickListe...
I had doubts about how I could print a GRAPH with JasperReport, I looked for the way but only show how to make them but not how to print them, I will leave here the way I print the REPORTS with JasperReport and thus create the idea of what I wan...
the popup to restore / move / minimize / close / maximize
Does not work, any solution?
my code to insert the form to my JDesktopPane is the sgt:
frmEntregaMovil t = new frmEntregaMovil();
JInternalFrame internalFrame = new JInternalFrame...
Good I am having a problem with this program that I did it gives me this error and I have tried everything but nothing works, I am connected to the database but it does not work. Here the code:
package conectaBD;
import java.sql.*;
public c...
Specifically, what I am looking for help is to be able to insert a video in a jframe, in other words that when I run the program in the home panel the video is reproduced. I tried it with label but I do not achieve it . Hopefully, make me unders...
I have the next part of my program:
// Si clickem a sobre de qualsevol d'ells...
lista.setOnItemClickListener(new AdapterView.OnItemClickListener() {
@Override
public void onItemClick(AdapterView<?> pariente, View v...
Good day,
I have in this interface where in the EditTex marked in red is a value that I want to leave fixed after I request it once
From this activity I send it to another activity2 where I have this structure.
Bundle bundle = getInten...
I need to show a message I have from a (try) in a jsp. I already tried with <% = NombreVariableDeMenjeje% > But it's not working. My code is as follows:
<%
int PUERTO = 4000;
try{
System.out.println("Iniciando Servidor...");...