Codelines

Debugging the art of software

Entries for April, 2006

Monodevelop

Monodevelop is actually a port of SharpDevelop from Windows. When the port begain they decided to add in support for GTK#; a C# based API for developing GTK applications using the mono framework.I’ve played around with a few C# mono projects on Linux now , Beagle search engine and F-Spot picture manager (both of which [...]

Leave a Comment

Java Swing - Use it The Right Way

Ever since I did enough Java GUI work to realise the correct way to use swing components it bugs me every time I see example code floating around that doesn’t follow the rules.“Swing components are not inherently thread safe, and as a general rule, after Swing components have been made visible on the screen, you [...]

Leave a Comment