Wolfgang Messages: 146 Registered: November 2011 Location: Germany
Experienced Member
yes, you're right. Its for testing but the "plan" behind the whole thing is to hold the value (represented as two int values (min and hour)) in the objekt itself to spare conversions. The method increaseMin should increase the int min.... you klick on a button which executes the the increaseMin method and the value of the field increases. But don't know how to do this..
And the modify out of the format method is based on the thought that it is effecient to save the min and hour value just at the moment I already converted it to int (to check it).
You see what I mean?
Any suggestions how I should do it? (or is my attempt itself bad?)