Questions tagged as 'netbeans-8.2'

2
answers

How to perform an action when you stop writing in a JText Field in Java Swing? (something like Java's onChange script)

I have a JText Field where you can type the amount of a product and I want to call a function after filling the JText Field to be able to so convert the value entered in currency. I did not find something similar in Key events and used keyPre...
asked by 10.09.2018 / 22:05
1
answer

Send data to jInternalFrame with a button from another JinternalFrame, without losing its visibility. JAVA

My problem is that when I want to use the same function again (press the button to change the label for another value in the table), the first window runs out of functionality !. When it is done the first time it makes it perfect, but when wanti...
asked by 30.09.2018 / 07:52
1
answer

Clip Class when playing a .wav does not play sound

When playing a .wav file, sounds are not played, but in netbeans if: This is my code: public Clip clip; public void ponerMusica(String musica) { try { clip = AudioSystem.getClip(); clip.open(AudioSystem.getAudioInputStr...
asked by 26.11.2018 / 18:39
1
answer

Because when compiling in NetBeans does not return anything to me?

I am doing a sum and octal conversion of two numbers, but when compiling it does not do the operation. I am calling the methods of my class from the main. I could not find my error. I leave my code (eye that I am starting in this) package octa...
asked by 08.08.2018 / 23:38
1
answer

Error creating Grails project in NetBeans

The error I have is the following: Warning | Unrecognized flag: non-interactive. Resolving dependencies.. Error | Specify an application name or use --inplace to create an application in the current directory I am following the steps on the...
asked by 30.09.2018 / 20:13
1
answer

I can not install NetBeans in Windows 10

I comment the situation quickly because I do not know what is happening, in other machines with Windows 10 I have been able to install NetBeans perfectly, even in Windows 7 but in my PC (Windows 10) specifically by double clicking the installer...
asked by 04.06.2017 / 10:36
1
answer

Hammer in folder and does not allow to execute project in Netbeans

I have a problem at the moment of executing my program, I get a hammer where the classes are and he does not let me execute it. That hammer appears to me: The weird thing is that all the classes are there and the frames but he does not...
asked by 20.07.2017 / 22:11
1
answer

How can I call an array that is inside a method to another method within the same class?

This is what I've been doing so far public class Proyecto_progra1 { public static void main(String[] args) { String opcion; int num = 0; do{ opcion = JOptionPane.showInputDialog("1- Nombre de conductores.\n" +"2-...
asked by 10.03.2018 / 01:59
1
answer

Problem when uninstalling Netbeans 8.2 in Windows 10

Well I'm trying to uninstall netbeans 8.2 because I was not running the IDE anymore so I can do a clean installation. But at the moment of running the uninstall wizard it gives me a message about the component "nb-base /8.2.0.0.201610071157" whi...
asked by 26.12.2017 / 09:17
1
answer

I can not use the p: fileUpload .. when I put it in a page xhtml it stops working all the elements contained in the block form

I have a problem when entering the data to a form, when I enter dates and text there is no problem, uploads without problems to the database, but when you put the label: <p:fileUpload mode="simple" value="#{formularioController.cargar}" /...
asked by 27.11.2018 / 21:02