August | 2009 | Code Zealot

Browsing the blog archives for August, 2009

GridBagLayout FTW

in Java

While working on a desktop project (which I hope to release a preview applet/jnlp soon) I decided to use a LayoutManager. Java provides many layout managers whose intention is to layout your controls (buttons, checkboxes, labels, etc) without setting sizes and positions. This post is introducing the GridBagLayout layout manager and why I choose to […]

0 Comments

Paypal Integration FAQ

in General

This post is to help those who have the same questions I did about how to integrate Paypal into a customer’s website, manage inventory, track orders, calculate shipping, etc.

0 Comments