IronTetsubo
Member
By default for me (linux running openJDK 1.6), the maximizer frame is sized juuust small enough to drop off the "pullable/buyable" radio button and the "all consumables" radio button.
I for a long time had been annoyed that the maximizer "didn't" support pulling items from your closet, and had meant to look into the code as it seems such and odd omission. Recently, I happened to be using kolmafia on windows, and went "wow! Someone added that feature, I must have missed the commit.". Then I went back to linux and was dumbfounded until I happened to resize the window. Blew my mind! So I'm hoping a tweak by someone who knows swing can fix to to properly size the window so that all the options are displayed, so other poor saps who have been missing out on the powers of the maximizer are also happily surprised by this "new" feature.
I spent a while poking at this trying to come up with a patch to help, but the swing stuff is waay beyond my java skillset. The "easy" fix is to change the size of the MaximizerPanel creation, but that seems like the wrong approach as there's got to be a way to tell java "make it big enough so everything actually shows up" without hardcoding a size. I'm of course happy to provide further details or test suggested builds. Changing the right Dimension to 450 (from 420) was sufficient size difference to fix it for me.

I spent a while poking at this trying to come up with a patch to help, but the swing stuff is waay beyond my java skillset. The "easy" fix is to change the size of the MaximizerPanel creation, but that seems like the wrong approach as there's got to be a way to tell java "make it big enough so everything actually shows up" without hardcoding a size. I'm of course happy to provide further details or test suggested builds. Changing the right Dimension to 450 (from 420) was sufficient size difference to fix it for me.