My Blog

My WordPress Blog

Tag: Java


  • GLabeledBox, take 1

    Here’s the code for my first version of the GLabeledBox class.  This is what I mean by starting with a simple version and building up.  This just provides the necessary GObject overrides, and trows a fixed size box and a fixed text message up on the screen at a fixed location. Very unusable for my…


  • So I’m learning Java

    Properly, this time, as opposed to little bits I pick up from working through Android tutorials. Specifically, I’m taking the Stanford CS106A Programming Methodology course through iTunes U- lecture videos and all the class handouts are included. Should be fun.  Early assignments use a robot simulation called Karel.  I might post my code for one…