<Swing Dev> [13] RFR JDK-8213535:Windows HiDPI html lightweight tooltips are truncated

Sergey Bylokhov Sergey.Bylokhov at oracle.com
Thu Apr 30 02:36:50 UTC 2020


On 4/20/20 11:14 am, Prasanta Sadhukhan wrote:
> It seems JPanel (component created for LW popup) GC is again null and not in sync with JToolTip's GC so in addition to fix JToolTip's GC, we also need to set GC of JPanel (jn sync with "contents" or tip's GC), so setSize() will be set same as preferredSize.
> 
> http://cr.openjdk.java.net/~psadhukhan/8213535/webrev.5/

I could understand that we need to use some specific GC instead of null(which is
the default), but a force to use GC instead of another non-null GC sounds not good, isn't it?


-- 
Best regards, Sergey.


More information about the swing-dev mailing list