Re: RFR: 8216471: GTK LnF: Frame is clipped and does not show JTable,Tooltip and JTree demo in SwingSet2 demo [v3]

2024-07-12 Thread Abhishek Kumar
On Fri, 12 Jul 2024 09:14:57 GMT, Prasanta Sadhukhan wrote: >> Abhishek Kumar has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Panel size updated to avoid clipping in Java L&F > > src/demo/share/jfc/SwingSet2/SwingSet2.java line 852: >

Re: RFR: 8216471: GTK LnF: Frame is clipped and does not show JTable,Tooltip and JTree demo in SwingSet2 demo [v3]

2024-07-12 Thread Prasanta Sadhukhan
On Fri, 12 Jul 2024 07:11:13 GMT, Abhishek Kumar wrote: >> The issue is due to the preferred width of the toggle button in GTK L&F for >> GTK3 only. >> Comparing the preferred width of toggle button with GTK2 or other LAF, it is >> much higher in GTK3. The difference is due to the insets value

Re: RFR: 8216471: GTK LnF: Frame is clipped and does not show JTable,Tooltip and JTree demo in SwingSet2 demo [v3]

2024-07-12 Thread Abhishek Kumar
> The issue is due to the preferred width of the toggle button in GTK L&F for > GTK3 only. > Comparing the preferred width of toggle button with GTK2 or other LAF, it is > much higher in GTK3. The difference is due to the insets value in GTK3. > > In SwingSet2 demo there are as many as 16 demos