Questions tagged as 'netbeans'

0
answers

Netbeans 8.2 and Jboss 7.0

I am trying to run Jboss 7.0.0 in Netbeans 8.2 and it is not possible. When I set it up the IDE says "JBoss 7 support needs at least JBoss 7.1.0" It works correctly with Jboss 7.1.1 or with any Wildfly (8,9,10), but for a specific project if...
asked by 09.02.2017 / 18:48
0
answers

Problems viewing data in JTable

Good afternoon, I have the following problem and I want to visualize all the data of an arrayList of type Counter, which is an object that I have created, and I do not know how to add all the counters to that table because I have only managed...
asked by 15.03.2017 / 14:23
0
answers

Download the whole wordpress theme to NetBeans from a GoDaddy server

I'm trying to download a theme that I add to my WP site but I can not download it to NetBeans, I can download the other themes but not this one and you have the same permissions from the server. Help please     
asked by 11.02.2017 / 00:15
0
answers

Problem setVisible property of jlabel in java does not work

hello I have the following code which according to a hidden condition or I show the label at least I try. by default I leave the label hidden, it goes through the condition but it does not show the label I leave the code here below. thanks in ad...
asked by 28.01.2017 / 03:33
0
answers

Error in the Servlet in Java NetBeans

I get this Error The HTML form The Servlet Code /* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in...
asked by 28.02.2017 / 01:04
1
answer

Help with .class file is not displayed

I have a file (.jar) (which is a system) I unzipped it and all the files are (.class) and I can not see them in netbeans how can I see them since I need them to be in .java to work in netbeans with them I would appreciate your help as I am new t...
asked by 26.02.2017 / 00:40
2
answers

Add objects of different classes to an ArrayList in Java

I have a problem adding objects to an arraylist. I have the following code line: List data = new ArrayList (); to this list I want to approve the data of different classes, to later pass this list as a datasource to ireport. Con...
asked by 16.11.2016 / 18:25
0
answers

How to edit a CRT MasterTable in Netbeans?

I have basic knowledge, not to say minimum, of programming. I need to create a CRUD model for school work. I did it through this video link . First create my database in Java DB , then create a MasterTable (Swing GUI> Master / Detail Sample F...
asked by 29.11.2016 / 00:27
1
answer

Github + Netbeans + SourceTree ERROR in Push

Does not allow me to push someone could explain why? After committing and doing pull     
asked by 05.11.2016 / 03:05
1
answer

How to move a matrix from one JFrame to another JFrame in Netbeans?

I have a matrix in a jFrame in which I capture the data, when I click on a button of that frame, I have to open a second window where I show the matrix captured inside a table, the problem is that I do not know how To do it, I tried the method o...
asked by 02.11.2016 / 19:06