Tag Archives: java

jPdf Tweak – Swiss Army Knife for PDF files

jPDF Tweak is a Java Swing application that can combine, split, rotate, reorder, watermark, encrypt, sign, and otherwise tweak PDF files. Continue reading

Posted in syndicated | Tagged , , , , , , , , | Comments Off

Action(s)

Action(s) lets you build workflows that accomplish manual chores quickly, efficiently, and effortlessly. You don’t have to know any scripting languages or write any code. Instead, you create and execute automation “workflows” simply by dragging a… Continue reading

Posted in syndicated | Tagged , , , , , , , | Comments Off

How to Write an Equality Method in Java

Excellent article on how to avoid common pitfalls and preserve the contract of equals() when writing an equality method in Java. Class java.lang.Object defines an equals method, which subclasses may override. Unfortunately, it turns out that writing a correct equality … Continue reading

Posted in programming | Tagged , | Leave a comment