Paul Speed

Results 131 comments of Paul Speed

Basic content was added some time back.

Well, I did add some content but let's leave this open until it matches the level of detail of Slider and ProgressBar.

Yeah, could be time. I have to look through to see if it's complete. I wonder if it would be better to package extra styles as separate jars?

When you say "tab does nothing", does that mean focus is still on C or has focus changed to something that is not A, B, or C. By default, focus...

Sorry you are having trouble. This error indicates that you do not have the groovy-all jar in your classpath when you run. I don't know how your are running so...

configureStyle() should only change the style if the user hasn't already specified one. If the user specifies their own style then it is assumed to be better than one that...

There is nothing like this built in. Resizing menus is something I don't often see. If it were me dealing with the original problem in your link, I'd probably make...

Looking through issues I never noticed before because gmail doesn't sort them nicely. Do you have some sample code or something so I can see what's going on? Thanks.

Lists may not even contain text. Only the cell renderer knows... and that's where you would set the font size.

Yeah, the thing is that for 'instant' things like this you can just use the call method action almost as easily as a separate tween. So I'm still trying to...