dices un slider que te permita selecionar entre los 3 valores dados anteriormente?
Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes Menúpublic class Sumadescendente{
public static final int MAX = 10;
public static void main(String args[])throws Exception
{
int tab=0,y=0,total=0,n=0;
String cadena = "";
for(y=MAX;y>=2;y-=2){
tab=y-2;
cadena+=y+"+";
total=y+tab;
n+= total;
System.out.println(y+" + "+tab+" = "+total);
}
System.out.println("\n"+cadena+": "+n);
}
}
boolean found = false;
while ((read = bufferedReader.readLine()) != null) {
if(read.trim().equalsIgnoreCase(dnic.getText())){
JOptionPane.showMessageDialog(this, "Encontrado: \n"+
" \n Nombre: " +bufferedReader.readLine() +
" \n Apellido: "+bufferedReader.readLine() +
" \n Telefono: "+bufferedReader.readLine() +
" \n","Encontrado(a)",
JOptionPane.INFORMATION_MESSAGE);
found = true;
break;
}
}
if(!found){
JOptionPane.showMessageDialog(this, "No Encontrado", " ", JOptionPane.INFORMATION_MESSAGE);
}
int []matriz[] = new int[4][6];
....
....
matriz[index][j] =index+j;
this.add(new puerta(e.getX()-30, e.getY()-30));