Monthly Archives: May 2022
Code to set accent color of FlatLaf
2022/05/09
Convert 64 bits binary string to BigInteger and maintain the sign
The first and third method converted successfully with sign. The second one fail. The reason 3rd way working is : It convert to biginteger and convert to long (then we have sign),then convert back to biginteger (also with sign) 2022/05/08
Netbeans : communicate with other JTopComponent in the same module
2022/05/01