Questions tagged as 'netbeans'

1
answer

JTextField NetBeans

Good I would like to know if someone can tell me how I could control with the Keytyped that the user enter only vowels and in another textfield only consonants I have here a reference that only leaves me letters in general and no number or sp...
asked by 05.05.2017 / 12:28
1
answer

Crud with high netbeans of one record of one table dependent on another

protected void processRequest(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { String id = request.getParameter("txtId"); String nombre = request.getParameter("txtNombre"...
asked by 17.05.2017 / 21:32
2
answers

How do I get a button to eject me from the program but before that play a wav sound? (Jframe Java Netbeans)

I want a button to exit my running program, but in the same way I want to press a sound first (before launching the program) ... How should I achieve it?     
asked by 14.04.2017 / 11:34
2
answers

Is it possible to connect a Frame created in a JFrame, and how to achieve it?

] 2 In the palette there is a Frame option that creates a window inside another window, however, I do not know how to connect them through a button or if this is possible. The window created normally with the JFrame form if it appears in...
asked by 14.04.2017 / 14:06
1
answer

JTable change object type row java netbeans

Good, I have a problem if I want for example that each column of a table can store a different type of object, for example in the first column a string and in the second a double, How can I do it? Thanks in advance.     
asked by 07.04.2017 / 09:17
2
answers

restful with foreign keys

I'm doing the final project and I have a restful web service created in Netbeans that uses a remote database to a Glassfish server. We have to create two apps a desktop and the other Android in which you can manipulate / consult in this database...
asked by 04.04.2017 / 12:27
0
answers

pass a list of objects containing other objects to Json in Java

I have a web service hosted on Java in Netbeans (NO MAVEN) with several classes that are related to foreign keys. For example, I have a Notes class that has two foreign keys (idUsuari and idIncidencia). From the Postman, I do a GET with the meth...
asked by 06.04.2017 / 16:25
1
answer

glassfish server does not generate me json

I have a web service in Netbeans that takes the mysql data I have in a remote glassfish server. When I test the service in local, it generates both the xml and the json. The problem I have when I upload the service to the server that does not ge...
asked by 21.03.2017 / 13:11
1
answer

error when deploying a resftul service

I have a RESTful service created in Netbeans that takes the data from a remote database that I have in mysql. I followed the steps of this web: link (in this example they create a database. I have created on the remote server that I have virtu...
asked by 17.03.2017 / 16:34
0
answers

Running a Netbeans project on Maven on one pc works well and on another does not

I have uploaded a Netbeans project to Maven on a PC running Windows 8.1. When executed, the graphic interface is output correctly, the buttons work correctly but the JLabelResult in one pc is updated correctly and in another not. Th...
asked by 22.03.2017 / 13:35