Questions tagged as 'netbeans'

1
answer

How to configure Spring MVC with Hibernate java config (without xml's)

Hi, I am working on a project in spring mvc, I have already done some of them before but I configured them with xml. The java option makes me cleaner. In this application I have already configured: Apache Tiles slf4j with logback I trie...
asked by 26.10.2016 / 17:27
0
answers

Call an event on JFrame with JButton

This is my first post, so I hope to do things right about the forum rules. You see, I'm designing a user interface that will use sphinx-4 to recognize and process voice commands. I already made the library work in Eclipse Neon, however, I want t...
asked by 13.10.2016 / 17:31
0
answers

Display JDateChooser by pressing Enter on the text field

I am working on a project in which I include a JDateChooser . My problem today is to be able to make a JDateChooser expand by giving enter in the text field and manipulate it with the keyboard without having to use the mouse...
asked by 20.09.2016 / 15:56
1
answer

MSG INCORRECT DATA

Can you tell me in this code because when I put a result between 1 and 10, it throws me to the% wrong% data%? public static void main(String[] args) { Scanner Scan = new Scanner(System.in); //variables int data, d...
asked by 08.10.2016 / 16:57
2
answers

How to pass data from one form to a table in another window JAVA

Good I need help with a program in java, the program is basic on an inventory, in a jframe I made the main part of the inventory to register the products but I do not know how to save them in a table that is located in another jframe and that Cl...
asked by 07.08.2016 / 21:47
1
answer

Error saving my registration

I'm doing a sales system but on the Sales screen when I give it the option to save I get an error and it does not save me. I'm new to this, the error you come up with is: Exception in thread "AWT-EventQueue-0" java.lang.NumberFormatException: Fo...
asked by 12.09.2018 / 03:47
1
answer

error showing a jasperreport pdf java.io.FileNotFoundException

Hello everyone, I have the following problem: At the moment of wanting to show my jasperreport the "PDF", I get the following error java.io.FileNotFoundException when I place the path String path = "prueba.jasper"; or whe...
asked by 04.06.2018 / 19:56
1
answer

when I save information in the table it only appears in the database and in netbeans it appears as a new column

Frame room import Datos.vhabitacion; import javax.swing.JOptionPane; import javax.swing.table.DefaultTableModel; import primero_lo.fHabitacion; public class Habitaciones extends javax.swing.JFrame { public Habitaciones() { initCompo...
asked by 20.06.2018 / 20:49
1
answer

Call a FULL ARRANGEMENT of a class in a different class and use it in a FOR and IF cycle?

How can I send an array with values to another class, go through it (with a for) and validate each index (with an if) to send a message if it is complete or send an error message. It is a method in the class Validations that resiva the object of...
asked by 03.08.2018 / 05:29
2
answers

Problem when creating the Jar and query to make a purchase ticket in Java, IDE Netbeans [closed]

Good evening, I wanted to see if someone can guide me for two problems I have, how can I make a purchase ticket and send it directly from Java and the other question is because when I build my project made with frames, in Do you see me create a...
asked by 14.01.2018 / 07:05