Build: Gimel 8-September-2011 12:23
I am able to circumvent the ‘hacky boxes’ issue (mentioned here) by using a JFrame, which also allows me to have a nicely-resizable window. However, I have a new issue now where the application is initially blank, until you either resize it larger or move it. It will become blank again if you resize the window smaller. I’ve been digging and am having a lot of trouble figuring out why this is the case. Have yet to try it on another machine, though. Maybe it’s just a problem with my video card or something.
I’ve also finished reading Effective Java, and will likely being doing a bit cleanup of Tako — most specifically of aui, which is supposed to be the go-to library for me for UI now and in the future.