Questions tagged as 'java'

0
answers

How to create swing buttons in run time to each row in my BDD?

You see guys, I have a student table, I want to place each student in a JTable and that each row has a button that when clicked, sends information about the row in which it is. If I do not understand, let me know so I can ask the question better...
asked by 12.02.2018 / 21:12
2
answers

Run sequential test cases in the same browser Selenium Webdriver

Good day for everyone, I have a question about using selenium webdriver, and I would like to know how I can run test cases sequentially without closing the browser, for example: Suppose I have the following test cases: 1. Login 2. Create Orde...
asked by 06.02.2018 / 18:39
0
answers

How to calculate the price of a reservation to insert later in the BB DD in DAO?

I'm doing a room booking system with Mysql, java and HTML.  I wanted to know How can you calculate the price of a room?   Depending on the days and the type of room, whether they have children or not.   And then as I insert it in the database. O...
asked by 09.02.2018 / 18:09
0
answers

Simple CRUD with jdeveloper

I have always tried to do cruds by hobbie using eclipse, netbeans (EE), and finally with Oracle Jdeveloper. On some occasion it has been great with the jdeveloper. New project oracle adf web application connect to database link to a table mak...
asked by 09.02.2018 / 19:52
1
answer

Problem with scrabble

I am new in both programming and this page, I am designing a scrabble with my basic knowledge and few, the roll is that I do not know how to check if the word that I have written on the keyboard contains the letters provided by the progra...
asked by 06.02.2018 / 01:36
0
answers

Maven problems with Repositories

Good afternoon, compañer @ s First of all, I have been working with Java 6 for a few months,
asked by 26.01.2018 / 20:56
2
answers

Transfer alphabet to a table column

Good morning The problem is simple but I still can not find the right way to start programming since I do not have much time to devote to programming. The question is the following ... As I can generate an alphabet array to insert it in th...
asked by 26.01.2018 / 20:49
0
answers

Configure log hibernate in test to a file?

I want to configure the log of the queries of hibernate when I launch the unit tests to a log file. This configuration displayed on the server works like a charm but when I run the tests the hibernate traces are painted without the package na...
asked by 26.01.2018 / 12:36
0
answers

Load controlFX 9 in Scene Builder

I have the ControlsFX 8.40 installed and I have tried to update to version 9 of JavaFX in the Scene Builder editor but they do not load. I have tried to uninstall version 8.40 but it does not leave me either. Another problem I have...
asked by 26.01.2018 / 08:46
0
answers

delete records of a cursor filled with the result of a query

Hi, I've made a very simple query and it gives me this information. select * from personas ORDER BY CAST(checkm.orden as integer) I have placed the results in a cursor. to then show them in a listview As you can see, the type fi...
asked by 28.01.2018 / 01:07