CAE_Jones comments on Group Rationality Diary, May 16-31 - Less Wrong Discussion
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (15)
I've tried it two different ways, but the one that seems best is Java via Swing (the other approach involved me needing to build an imageIO library from scratch, which would just be silly). Making Swing accessible, though, is rarely worth attempting, so I was hoping to make liberal use of shortcut keys, spoken feedback and component titles.
Really? I'd think that routing things through subclasses of AbstractAction and then hooking them up as Listener to the various access methods would make it comparatively straightforward.