Goritaboon Sunsang Talk @ UWGB CS

Goritaboon Sunsang Talk @ UWGB CS

My job—teaching, research, advising, students, colleagues, university, and everything else

Goritaboon Sunsang Talk @ UWGB CS RSS Feed
 
 
 
 

Posts tagged java

Various Screencasts (Eclipse Java Debugger, CDT, Qt Installation, Tutorials)

Preparing for the new semester, I created a few screencast videos for various tutorials:
1. Eclipse Java Debugger tutorial (about 60 minutes): Students in COMP SCI 257 Software Design II should start using Eclipse Debugger, and this video explains how to use it, with the syllable counter example in Horstmann’s Chapter 6.
2. Installations of JDK, Eclipse, [...]

Java Swing GUI Programming Lecture Using Vending Machine Example

This is the recording of Java Swing GUI programming guide. As mentioned in class, it uses the Vending Machine example we’ve worked on. The link is as follows:
Click here.
I’m afraid the recording is not very satisfactory. It seems there’s some issue of audio-video sync. I’ll need to present a summary of this video in class [...]

Eclipse tutorial lecture

This is the recording of a part of today’s (10/30/2008) COMP SCI 256 lecture explaining how to use Eclipse for the beginning Java developers.
http://icsa.uwgb.edu/~songh/screencasts/eclipse/eclipse.htm
I don’t know why, but I had some trouble playing the video with my Firefox, but didn’t with Internet Explorer. If you have the same issue with your Firefox, try IE.
Again, if [...]

Java Development Environment(s)

This is a frequently asked question in Software Design I and II, so I’m writing up a post about it. We use Sun’s JDK, DrJava, and Eclipse. The first thing you need to install is JDK (Java Development Kit), which includes JRE (Java Runtime Environment) and Java compiler tools. As we use Sun’s JDK, you [...]