Posts by Paulo Amosse • 21 points
3 posts
-
0
votes2
answers1507
viewsA: Java and Hibernate date formatting
I noticed that you did not use the temporal annotation provided in the Persistence 2.1 or later library that already comes bundled with Netbeans (I’m sorry about the confusion of terms, if any), in…
-
0
votes2
answers333
viewsA: Calculate minimum number of permutations to sort
According to the Anderson referenced previously a very effective algorithm for organizing an array is the Quicksort. The algorithm consists of Fix an array position and compare the value for that…
-
1
votes1
answer385
viewsQ: How to add a calendar in Frame or Panel in Java
I’m developing a Java project that deals with dates. The main idea is to put a medium-sized calendar on the main screen, dates that already have an event scheduled should have a color (blue, orange,…