prrace
prrace
static class AquaHierarchyButtonListener implements HierarchyListener { - // Everytime a hierarchy is change we need to check if the button if moved on or from + // Every time a...
> I see now that Phil cryptically said: > > > Regarding changes in gif + freetype > > diff --git a/src/java.desktop/share/native/libawt/awt/image/gif/gifdecoder.c b/src/java.desktop/share/native/libawt/awt/image/gif/gifdecoder.c > > > > diff --git a/src/java.desktop/share/native/libfontmanager/freetypeScaler.c...
You wrote " The graphics object is not initialized anywhere inside the class, where it is expected to set explicitly by the user. " which reads a bit like if...
>>we need a CSR > Canyou please clarify why? Is it because we are changing the behavior? So instead you propose to change from one un-specified behaviour to another un-specified...
> We were not sure if -ve divider size can be used by third party implementation. It probably will be considered a compatibility issue as mentioned earlier. > @prrace Will...
>> If we display the file size with one decimal point precision, then it doesn't hold at all until the file size reaches 1 KB. Is your point ( pun...
To have all files 1->1000 bytes be 1.0kB and yet 1,100 -> 1,200 bytes be 1.1kB does seem anomalous from a precision perspective, since the major order of magnitude would...
I've run all tests we have and not too surprised they pass since the affected values probably aren't being exercised. However I've been reading the docs about NaN and +/-0...
I can confirm that on Linux / Gnome with menu bar at the top and toolbar on the left, that the requested location of 0,0 is not where the window...
> Please let me know your suggestions on JSplitPane approach. I think it very unlikely a JSplitPane would satisfy all test requirements.