Im working in java, and I have a 2d array of buttons. Im trying to make it so if you click on a button, it will be replaced with a 'character' button, and the 'character' button will know the row and column it is in. The problem Im having is bringing the row and column values into the action listener. Can anyone help?
Name:
Anonymous2013-07-09 14:19
shameless self bump, please help
Name:
Anonymous2013-07-09 14:28
So there I was, sitting on the bus, one hand subtly twitching my dick via my pocket, to convince it to hold back the lakes of urine that were rapidly building up in my bladder following my trip to the pub.
Finally, the bus reached the stop outside my house. I ran off, hand still in pocket with the other scrabbing for my keys. I burst through the front door and ran up the stairs, heading straight for the bathroom.
I began to unzip .. but then thought, why bother? Instead, I kicked off my shoes, stood in the bath and let the torrents of piss empty into my pants. The hot streams trickled furiously down my legs, wetting my socks and making a pool of light yellow liquid at my feet.
After the last few drops escaped from my relieved penis, I stripped nude, sat in my pool of piss and masturbated to completion, letting spurts of cum shoot up over my chest and hand, and slowly run down to the pisspool, juices mingling with each other.
>>1
So like having three vars: row, col, and id. You can even make id a variable of row & col, like string(row)_string(col). But hey, I do not know what application your buttons are for, so I would not know how to optimize it.