Open Source & Free  

Archives: Blog

TIP: Map Layout Manager

The information in this blog post is slighly out of date. Check out the newer blog post that covers positioning components on the map. I’ve

Read More »

Don't Touch That Code

Last week scrolling broke and we had a few relatively complex regressions. This can be traced back to a change we did to the getComponentAt(x,

Read More »

TIP: Use Weak References

One of the less familiar features of Java is the mess of weak/soft/phantom references. This is a confusing mess and it’s compounded by the fact

Read More »