roippi
Developer
For fun I decided to teach myself a little Java swing in order to tackle daily deeds. A few people have suggested that some of the longer button clusters (showers, summons) could be collapsed into a combo box and an execute button.
That's where I am so far. To do: disable the summon options that are unavailable. That involves making a hashtable and learning how to implement and tweak a box renderer... so yeah that'll take me a bit.
Anyway, I'm looking for feedback. Should I make the boxes a uniform length, should I add a shower: or summon: label before the choices, should I collapse even more things into combo boxes, etc.
That's where I am so far. To do: disable the summon options that are unavailable. That involves making a hashtable and learning how to implement and tweak a box renderer... so yeah that'll take me a bit.
Anyway, I'm looking for feedback. Should I make the boxes a uniform length, should I add a shower: or summon: label before the choices, should I collapse even more things into combo boxes, etc.
Last edited: