1
vote
Best way to extract a timezone from a mail Date header in Java?
ref: http://jimyjoshi.com/blog/2007/08/rfc822dateparsinginjava.html for parsing dates.
Times must …
1
vote
Is there a good drop-in replacement for Java’s JEditorPane?
Something that I looked at extensively a while back - and there are many options - however I nearly ended up using http://lobobrowser.org/c …
1
vote
Monitoring memory usage for a C DLL called with Java via JNI?
Have you tried using Process Viewer to dig deeper.
If you have the source to the DLL you could reb …
1
vote
Is there a class or method in Java that will check if a string is a SQL Server keyword?
why not start with this stored procedure and modify it to suit your needs …
2
votes
Learning Java Swing?
That's exactly how I came to Java/Swing, from C++/MFC etc.
I have to agree that Swing is the only way to go, there's a lot to learn in terms of concepts, but if you know MFC inside out it …
0
votes
How do I programmatically determine operating system in Java?
I find that the OS Utils from Swingx does the job.
…
2
votes
Piracy protection using USB based hardware solution
I've used such products and they are a pain. I personally wouldn't spend any money at all on a hardware scheme or a 3rd party protection scheme.
Do not be tempted by a hardware based prote …
