From: Toby D. <tj...@sf...> - 2005-04-30 01:39:29
|
Daryl, when I run TheButtonMatrixTest, I don't see any other windows or buttons, just the picture. I think the calling code is still a little too complex. I think it would be better if --- for the generic save/load/save buttons --- it worked like this: TheButtonMatrix bm = new TheButtonMatrix("something.jpg"); bm.enableSaveButton(); bm.enableLoadButton(); bm.enableCloseButton(); I've added an interface called GenericButtons to your developer package. Have TheButtonMatrix implement it. Toby On 4/29/05 10:30 AM, "Daryl Van Humbeck" <dva...@sf...> wrote: > Hi, all. > > I've updated TheButtonMatrix extension in csimage.developers.dvanhumb to > use a separate window for the buttons, showing it only when there are > buttons to display. > You should be able to see it if you wait a couple hours (maybe until 1pm > today, but I'm not sure). I just know that commits don't appear right > after you commit them. > > Anyway, comments and feedback accepted. > Daryl. > |