Questions tagged as 'netbeans'

1
answer

Matrix in Forms

I'm having trouble creating an array within a JPanel in NetBeans, I've tried customizing the code by putting the code inside the NetBeans customization: jPanel1.setLayout(new GridLayout(15,15)); JLabel[][] grid =...
asked by 11.11.2014 / 17:47
1
answer

How to create a project with JSF, Primefaces and Tomcat that runs in Eclipse and Netbeans at the same time?

How can I create a Maven project with JSF, Primefaces and Apache Tomcat so it runs in both Eclipse and Netbeans without any problems? (Preferably with the latest versions of the technologies)?     
asked by 02.05.2014 / 03:19
1
answer

How to delete methods automatically generated by Netbeans?

I'm doing a GUI using JFrame automatically generated by Netbeans and have had times that I double clicked on JButton unintentionally and it automatically generated a code of ActionEvent that can not be edited. p> As I did...
asked by 15.11.2015 / 15:05
2
answers

Error saving data from an sqlite registry

I'm having trouble saving data from a people record in sqlite JavaNullPointerException: invalid int: (51) 3452-2470. This error started to occur after I applied a mask. Here are the codes below. import android.text.Editable; import android.tex...
asked by 28.12.2015 / 06:19
1
answer

How to download and import library android v7-appcompat for NetBeans?

I would like to know how to import into a project, using NetBeans, the bookstore android v7-appcompat. I am using a code for studies and Net Beans is not recognizing some lines of code. public class MainActivity extends Activity implements App...
asked by 14.01.2016 / 05:55
1
answer

Is it possible to open windows generated from netbeans in Window Builder?

I've migrated some projects in
asked by 17.11.2016 / 18:16
2
answers

How to make NetBeans recognize the syntax of the ES2015?

Using NetBeans with ES2015 ? I've done some testing with version 8.0.1 and 8.0.2 of NetBeans, but it does not recognize the new syntax: let , const , etc.     
asked by 29.07.2016 / 23:54
1
answer

Failed to connect SVN via Netbeans

For some time I have not been able to connect Netbeans to SVN here at my place of work (I have been using Netbeans for years with SVN and have never had problems). When I put the URL of the SVN server, my username and password when Netbeans t...
asked by 14.12.2015 / 18:08
3
answers

Clear contents of my netbeans console in java

Good morning, what command do I use in Java to clean the console of my netbeans? Well, I have a method that gets every x times printing some messages and I want it to be cleaning it from my console.     
asked by 16.04.2015 / 16:38
1
answer

NetBeans Calculator - Problems with decimal operations

Hello, good evening. I'm having to do a calculator job, and my code performed operations like 8 + 9, 1 + 7 normally, but I was not doing 10 + 20 = 3, 50 + 7 = 12; the result was always the sum of the first numbers. The detail of putting the int...
asked by 04.05.2015 / 02:58