Jeremy
Jeremy
The ImageFileDirectory is parsing an orientation, but it's getting it wrong. Early research suggests we're getting 4 bytes like: `0 0 0 6`. We're reading a 2-byte short from the...
When there are several classes: they should somehow be abbreviated. The user should know there are more links without having to resize the window. The links don't all fit for...
This is not technically required for the showcase release, but I'd like to approach them around the same time.
Review all writeups and add "resource" hyperlinks as possible OR link to actual source code
Many sliders these paint the left hand side a darker color than the right hand side. The `ShowcaseExampleDemo#ShowcaseSlider` may already do this for Windows. We could generally do the same...
Add a new demo to the Showcase app that handles Mac touchpad gestures (via the GestureUtilities class). I have a working rough draft, but it requires fiddling with modules and...
In the attached screenshot I'm dragging the slider. When the selected cell exits and reenters visibility: it generates the active popover. The expected behavior is for the slider to keep...
The Transition3D's have a couple of rendering problems: - [ ] The top edge is aliased. I expect it to be smoothed. (The bottom edge is only "correct" (ish) because...
In the Outline project I forked the PolynomialFunction class. Now I think I'm going to delete what I started. At some point I should evaluate migrating these changes back into...
I don't have concrete steps; I was working with the SubtleScrollBarUI's in the showcase demo (in the about blurbs) and during a drag this exception came up: ``` java.lang.NullPointerException at...