Tuesday

Placing array of Controls onto TableLayout


The figure shows control arrays of labels place onto TableLayout using C#. It isn't really difficult to create array of controls in C#. Also using TableLayout helps me to place these controls in a orderly manner quite easily.

A Typing Tutor


Typing Tutor.
Found this exercise in a Deitel book on Java. I used JTextArea, JButton for the controls and used GridBagLayout manger for the layout.
There are still work to be done before the requirements specified in the exercise are met. In mean time, there already idea in mind on other programming project to be done.

Sunday

Simple Java calculator


A simple java calculator program

Monday

WPF 1


This is a simple WPF GUI project. It uses some common layout containers.