Questions tagged as 'netbeans'

0
answers

Problem with JavaFx

I'm having trouble when I add a JFX button that is present in the Jfoenix library. When opening my FXML document, it directs right to the SceneBuilder, and within it, to use all the items contained in the Jfoenix library. But when I run my pr...
asked by 19.10.2017 / 15:38
0
answers

Java Swing program does not open window outside of NetBeans, but remains open in processes

My problem is that I did a Java program in NetBeans and it works normally, but the problem is that when I open the .jar outside the IDE, the window is not opened. Here is a simple code with the same problem: package bbb; import javax.swing....
asked by 18.02.2017 / 02:22
0
answers

Generate test javadoc with Maven on NetBeans

I need to generate javadoc from tests using Maven. I found this tutorial = > link It worked, however, I can only generate javadoc via terminal, using the command:    mvn javadoc: test-javadoc Would anyone know a way to generate...
asked by 05.01.2016 / 02:29
0
answers

Doubt over NetBeans [closed]

Is there any way I can do something like the Android ListView in NetBeans? I need to make a custom list in a JFrame, as is done in the Android ListView.     
asked by 07.12.2015 / 22:10
1
answer

How to open another java program in java and get all the information it sends on the console [closed]

Well, I was researching but I did not have much success, I wanted to open a java program, a jar, it does not have JFrame, it only sends information to the Console, I want to execute it and get this information and send it to that too, could you...
asked by 12.09.2015 / 15:55
0
answers

REST application in Ophenshift

I created a REST application by netbeans, and now I want to upload it to OpenShift. I'm using eclipselink to do data persistence, so I use a AbstractFacade<T> class to do the basic CRUD, as follows: public abstract class Abstra...
asked by 20.05.2015 / 03:47
0
answers

TreeView - Jtree (NetBeans) How to add a description to a selected node

I'm doing a simple treeview on NetBeans and would like to know how to add a description to a particular selected node, through a button that has a function that will associate with a lable. The code for the "> >" button which will i...
asked by 19.06.2015 / 21:33
1
answer

Java program only works on the development machine

I created a Java application in NetBeans. This application has a GUI and uses some external Jars. After doing the Clean and Build in the dist folder of NetBeans appeared a Jar (main class) and a folder called lib (which has the external Jars...
asked by 10.11.2014 / 23:23
1
answer

What is the difference between JAVA WEB and NetBeans JAVA EE?

What is the difference between the JAVA WEB project type and NetBeans JAVA EE?     
asked by 19.04.2017 / 04:07
1
answer

Reorder position in a sequence via MySQL

I have a table of Chamados . I have to add an entire column that will be called sequencia and it will be used to search the order that the user wants. Just to illustrate: the call will have arrows, when you click the arrow pointi...
asked by 05.09.2014 / 16:07