I'll mail suggestions if something worth suggesting pops up, or I'll write here. Others may have useful input too.
Here is a minor detail: You could allow for commas as well as decimal points in the prizes entry fields. Reason: The numerical keypad to the right (which is much faster to use for me, I don't need to look at it when typing) on a typical keyboard produces a comma. Now, the "Finish" button is rather mysteriously disabled when something not allowed is present. [Surely, Java has suitable built in numerical entry fields, (or validation, when using standard windows entry fields). But I guess you knew that.]
A minor feature suggestion: Let "stacks before posting blinds and antes" be optional. While using a replayer (or watching a video) one usually has "stacks after posting blinds and antes".
The reason I don't like modal dialog boxes is because they tend to block a large part of the screen. I'll try to illustrate what I mean below, but don't take it too literally, because it's not like a bug or something like that: The main window of the application is still there, and frozen. For example, one may have a session in a replayer and want to analyze a hand. In this case one wants both the replayer and the "New push/fold" windows in sight because one is esentially copying numbers from one to another. In this spot it is quite likely that there will be a few system beeps, and a new try at it after moving the two applications to appropriate places on the screen. Things of this sort are less much less likely to annoy the user if modeless dialogs are used. [In fact, the online version is much better in this respect. I even get a few annoying system beeps now, when trying to formulate this understandably, switching back and forth between the browser and the calculator with "New push/fold" open :).]
The menu and the toolbar are, taken together, redundant. There could be options to show either one of them, or both, and then optionally using large icons + descriptive names.
Context sensitive help: A more or less brilliant thing from the past is "context sensitive help" when pressing F1. The "context" is the exact window handle that has keyboard focus, or in the case of a menu, what the mouse pointer is hovering over. This feature is definitely on my wishlist. The standard (crappy) solution of today (you don't use that, good,) is to take the user to a web page somewhere (or worse, a forum somewhere).
/Johan =