Search results

  1. A

    Question(s) about LockableListModel and the source code in general

    Done! Sorry, first time attaching in a vBulletin forum. These newfandangled computer things confound me.
  2. A

    Question(s) about LockableListModel and the source code in general

    This patch attempts to clean up KoLAdventure.java. AdventureFrame.java: added listener for "koladventure" KoLAdventure.java: Fires "koladventure", add check for GUI before checking for frame existence, moved COUNCIL_VISIT CouncilFrame.java, CouncilCommand.java: Moved COUNCIL_VISIT from...
  3. A

    Question(s) about LockableListModel and the source code in general

    So lazy bum me finally got around to the Listeners stuff. I added a listener to AdventureFrame so it can be updated by KoLAdventure. I also moved CouncilRequest COUNCIL_VISIT from CouncilFrame to CouncilCommand. Does that seem reasonable? The last time I used SVN was about 8 years ago, so I'm...
  4. A

    Question(s) about LockableListModel and the source code in general

    Actually, I was looking at Factory-like behavior, and once I'm done with the cleanup, I'll be trying wrapper classes and factories to see which way works out best. Thanks a lot, guys- you were all insanely helpful! Not that I expected you guys to be mean, but I am overwhelmed with the help you...
  5. A

    Question(s) about LockableListModel and the source code in general

    Thanks a lot! I'll take a look this weekend (I'm pretty lazy). And thanks for the list as well- I didn't even think of grepping for that, so I'll definitely be working on those first. And as you said, cleaning this up would be necessary for my project. I am confused by since I don't see how I...
  6. A

    Question(s) about LockableListModel and the source code in general

    Awesome, thanks, guys! I'll try to refactor it and see if I can use ArrayLists instead. I can't really resolve the NoClassDefFoundErrors since I'm trying to get mafia running on Android (using some funky runtime jar loading... uh oh), and Swing components can't be resolved at all. I could fork...
  7. A

    Question(s) about LockableListModel and the source code in general

    My first question is... is this the right forum for questions about the KoLmafia source code? I couldn't find any other place, so I'm posting here, but I honestly have no clue if this is wrong. Second, I see LockableListModel being used a lot in the source code. This seems to be some sort of UI...
Back
Top