Archive for the ‘Java’ Category

Interactive Graffiti

Tuesday, December 18th, 2007

Interactive Graffiti is a way to do a legal graffiti in a digital media. It was my Ubiquitous Computing Course project at IT University Göteborg. We designed a high fidelity prototype in which a tram / bus commuter can draw graffiti on a tram / bus stop - shelter glass ...

How to use MaxMSP patch in Java

Tuesday, December 11th, 2007

Assumptions: a. windows xp b. eclipse 3.2 IDE c. MaxMSP 4.6 with Jitter Step 1 Open the max.java.config.txt file at the following link : C:\Program Files\Cycling '74\MaxMSP 4.6\Cycling '74\java\max.java.config.txt And add the following line: max.dynamic.class.dir D:\Users\\localsagun.8889W17\\workspace\\Interactive_Graffiti\\bin

Custom Java Swing Components

Wednesday, December 5th, 2007

In 2006, I was working in a text free, speech enabled software interface in Java. JFC, Swing does not support Sound and we needed custom Swing components. After exploring the MVC architecture and custom swing "how to"s which were quite incomplete and we decided to write our own tutorial for ...