Re: Windows with blank background, java, Nvidia, 30bit colors

2022-07-03 Thread Guy Daniel
hmmm Interesting... I wonder if we could replicate this in swing and the openjdk? On 7/3/22 16:04, Marco Penitenti wrote: Hello, I'm new to the list I've seen there is no FAQ or info configured, so I hope doing just fine writing here. I've encounter a weird situation and solved it and I tho

Re: Session question

2022-06-22 Thread Guy Daniel
Hi Bayless, HSQL is probably just storing everything in RAM, so unless you hand the same connection to the second class you may not see the data. Just to test, try using a connection to a MariaDB instance or some SQL that stores onto the disk by default? You could post code, but I think the

Re: create serialVersionUID

2022-05-24 Thread Guy Daniel
There is a current thread on the Netbeans slack channel talking about this. Apparently this one works quite well: https://github.com/hlavki/netbeans-svuid-generator On 5/24/22 01:03, Roberto Bottoni wrote: Hello, In Netbeans, how can i create the serialVersionUID number of a class? thanks! Rob