Archive for March, 2008


mTraining Log App for free.

Sunday, March 16th, 2008

0.5.2 beta Now the application will sort by date automatically for you when you add a new entry and runs even faster on Mac and Windows, fixing linux issue.

About mTraining Log:

My Training(mTraining) is a program that lets you add log event when you have been working out, and what you have worked out in the gym, so you know when and what you have been training last time. I sometimes forget what and when I have been working out.

This mTraining App is at version 0.5 beta but more futures will be added sooner or later at version 1

App size : 620 kb

MAC: Download App

WIN: Download App

DefaultTableModel Note !

Friday, March 7th, 2008

When creating a defaultTableModel and you want to connect this with a arraylist the problem is that arrayList is a 3D Array Object[][][] and the DefaultTableModel.addRow(Object[] name) only accepts 1D Array.

(more…)