Archive for the ‘ Programming ’ Category
Seeing as my current project simple rowLog is slowly approaching completion, I have come to the conclusion that I need something new to do. Seeing as I have had so much fun learning C++, Qt and the like while trying to implement manual panel hiding in KDE4 (although it isn’t quite done: there still is [ READ MORE ]
While working on the gui for simple rowLog last night I came across the problem of trying to send the keyboard input to a popup-menu to a text entry box. It turned out the dispatchEvent() method of Swing components doesn’t do what it says and dispatches the event to the keyboard manager instead of the [ READ MORE ]